diff --git a/easybuild/easyconfigs/c/CoSMoMVPA/CoSMoMVPA-1.1.0-foss-2024a-MATLAB-2024b.eb b/easybuild/easyconfigs/c/CoSMoMVPA/CoSMoMVPA-1.1.0-foss-2024a-MATLAB-2024b.eb new file mode 100644 index 00000000000..9a83d509207 --- /dev/null +++ b/easybuild/easyconfigs/c/CoSMoMVPA/CoSMoMVPA-1.1.0-foss-2024a-MATLAB-2024b.eb @@ -0,0 +1,33 @@ +easyblock = 'Tarball' + +name = 'CoSMoMVPA' +version = '1.1.0' +versionsuffix = '-MATLAB-2024b' + +homepage = 'http://www.cosmomvpa.org' +description = '''A lightweight multi-modal, multi-variate pattern analysis (MVPA) toolbox +for cognitive neuroscience in Matlab / Octave.''' + +toolchain = {'name': 'foss', 'version': '2024a'} + +source_urls = ['https://github.com/%(name)s/%(name)s/archive/refs/tags/'] +sources = ['v.%(version)s.tar.gz'] +checksums = ['1fd578294fdbbf5866f484cbde15682ba423197b900c4deeb6a8831e6f64852e'] + +dependencies = [ + ('MATLAB', '2024b', SYSTEM), + ('AFNI', '25.1.01'), +] + +sanity_check_paths = { + 'files': [], + 'dirs': ['mvpa', 'external'], +} + +sanity_check_commands = ['matlab -nojvm -nodisplay -nosplash -batch cosmo_wtf'] + +modextrapaths = { + 'MATLABPATH': ['mvpa', 'external/NIfTI_20140122'], +} + +moduleclass = 'bio'