Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Version bump to fix imath segfault #598

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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