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)
9494
9595 set (ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git" )
9696
97- # master branch, 2024-04-12
98- set (ITK_GIT_TAG "81be125a547ba2fa2343ae36cce8812bd711c5b4 " )
97+ # master branch, 2024-04-15
98+ set (ITK_GIT_TAG "2082a9364a204cd93b9db082ee651aae096016c7 " )
9999
100100 #-----------------------------------------------------------------------------
101101 # 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 '
22
33def get_versions ():
44 """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
221221done
222222
223223if [[ $( arch) != " arm64" ]]; then
224- for wheel in dist/* .whl; do
224+ for wheel in dist/itk_ * .whl; do
225225 echo " Delocating $wheel "
226226 ${DELOCATE_LISTDEPS} $wheel # lists library dependencies
227227 ${DELOCATE_WHEEL} $wheel # copies library dependencies into wheel
You can’t perform that action at this time.
0 commit comments