From f50f19a4d2482b20ae3c2dfdb142d1544b25eba9 Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Mon, 1 Apr 2024 16:58:33 -0400 Subject: [PATCH] ENH: Version bump to fix imath segfault --- scripts/configure_ANTsPy.bat | 2 +- scripts/configure_ANTsPy.sh | 2 +- scripts/configure_ANTsPy_windows.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/configure_ANTsPy.bat b/scripts/configure_ANTsPy.bat index 546b9623..b69011e6 100644 --- a/scripts/configure_ANTsPy.bat +++ b/scripts/configure_ANTsPy.bat @@ -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" diff --git a/scripts/configure_ANTsPy.sh b/scripts/configure_ANTsPy.sh index 96ed62bd..c369bbc7 100755 --- a/scripts/configure_ANTsPy.sh +++ b/scripts/configure_ANTsPy.sh @@ -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 diff --git a/scripts/configure_ANTsPy_windows.sh b/scripts/configure_ANTsPy_windows.sh index 6852e8a0..53a92027 100755 --- a/scripts/configure_ANTsPy_windows.sh +++ b/scripts/configure_ANTsPy_windows.sh @@ -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