Skip to content

Commit

Permalink
Merge pull request #598 from ANTsX/imath_ants_version_bump
Browse files Browse the repository at this point in the history
ENH: Version bump to fix imath segfault
  • Loading branch information
cookpa committed Apr 1, 2024
2 parents 7e938f2 + f50f19a commit 6b218c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/configure_ANTsPy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY data\* %USERPROFILE%\.antspy

:: clone ANTs and move all files into library directory
SET antsgit=https://github.com/ANTsX/ANTs.git
SET antstag=2236a7589c73bbaf88c8bf34a821ba54e0e545d8
SET antstag=35d9381721b143c7bbd9d5f7f4ad853406351c1c
echo "ANTS;%antstag%" REM UNKNOWN: {"type":"Redirect","op":{"text":">>","type":"dgreat"},"file":{"text":"./data/softwareVersions.csv","type":"Word"}}
cd ants\lib
echo "123"
Expand Down
2 changes: 1 addition & 1 deletion scripts/configure_ANTsPy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cp data/* ~/.antspy/
# clone ANTs and move all files into library directory

antsgit=https://github.com/ANTsX/ANTs.git
antstag=2236a7589c73bbaf88c8bf34a821ba54e0e545d8 # 3-20-2024
antstag=35d9381721b143c7bbd9d5f7f4ad853406351c1c # 04-01-2024
echo "ANTS;${antstag}" >> ./data/softwareVersions.csv

cd ants/lib # go to lib dir
Expand Down
2 changes: 1 addition & 1 deletion scripts/configure_ANTsPy_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cp data/* ~/.antspy/
# clone ANTs and move all files into library directory

antsgit=https://github.com/ANTsX/ANTs.git
antstag=6c29d9d1d62f158ca324d5fc8786fffc469998e7 # 3-15-24
antstag=35d9381721b143c7bbd9d5f7f4ad853406351c1c # 04-01-2024
echo "ANTS;${antstag}" >> ./data/softwareVersions.csv

cd ants/lib # go to lib dir
Expand Down

0 comments on commit 6b218c8

Please sign in to comment.