File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
94
94
95
95
set (ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git" )
96
96
97
- # master branch, 2024-04-12
98
- set (ITK_GIT_TAG "81be125a547ba2fa2343ae36cce8812bd711c5b4 " )
97
+ # master branch, 2024-04-15
98
+ set (ITK_GIT_TAG "2082a9364a204cd93b9db082ee651aae096016c7 " )
99
99
100
100
#-----------------------------------------------------------------------------
101
101
# A separate project is used to download ITK, so that it can reused
Original file line number Diff line number Diff line change 1
- VERSION = '5.4rc3 '
1
+ VERSION = '5.4rc4 '
2
2
3
3
def get_versions ():
4
4
"""Returns versions for the ITK Python package.
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ for VENV in "${VENVS[@]}"; do
221
221
done
222
222
223
223
if [[ $( arch) != " arm64" ]]; then
224
- for wheel in dist/* .whl; do
224
+ for wheel in dist/itk_ * .whl; do
225
225
echo " Delocating $wheel "
226
226
${DELOCATE_LISTDEPS} $wheel # lists library dependencies
227
227
${DELOCATE_WHEEL} $wheel # copies library dependencies into wheel
You can’t perform that action at this time.
0 commit comments