Skip to content

Commit ccacb9b

Browse files
authored
Merge pull request #911 from JavierSanchez3/master
Add CAT12 v12.9 (r2577)
2 parents 709bd45 + e1a64a4 commit ccacb9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/cat12/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
# this template file builds cat12, new versions here: http://141.35.69.218/cat12/?C=M;O=D
55
export toolName='cat12'
6-
export toolVersion='r2166'
6+
export toolVersion='r2577'
77
# Don't forget to update version change in README.md!!!!!
88

99
# inspired by: https://github.com/m-wierzba/cat-container/blob/master/Singularity
@@ -20,10 +20,10 @@ source ../main_setup.sh
2020
yes | pip uninstall neurodocker
2121
pip install --no-cache-dir https://github.com/NeuroDesk/neurodocker/tarball/update_cat --upgrade
2222

23-
export MATLAB_VERSION=2017b
23+
export MATLAB_VERSION=2024b
2424
export MCR_VERSION=v93
2525
export MCR_UPDATE=9
26-
export CAT_VERSION=12.8
26+
export CAT_VERSION=12.9
2727
export CAT_REVISION=$toolVersion
2828

2929
neurodocker generate ${neurodocker_buildMode} \

0 commit comments

Comments
 (0)