Skip to content

Commit

Permalink
Merge pull request #911 from JavierSanchez3/master
Browse files Browse the repository at this point in the history
Add CAT12 v12.9 (r2577)
  • Loading branch information
stebo85 authored Mar 6, 2025
2 parents 709bd45 + e1a64a4 commit ccacb9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/cat12/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

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

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

export MATLAB_VERSION=2017b
export MATLAB_VERSION=2024b
export MCR_VERSION=v93
export MCR_UPDATE=9
export CAT_VERSION=12.8
export CAT_VERSION=12.9
export CAT_REVISION=$toolVersion

neurodocker generate ${neurodocker_buildMode} \
Expand Down

0 comments on commit ccacb9b

Please sign in to comment.