Skip to content

Commit d627426

Browse files
authored
Merge pull request #222 from thewtex/mac-arm
Mac arm
2 parents 302dc73 + 9e65698 commit d627426

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ if(ITKPythonPackage_SUPERBUILD)
8989

9090
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9191

92-
# ITK nightly-master 2022-07-27
93-
set(ITK_GIT_TAG "634fa3cea7")
92+
# ITK master 2022-11-11
93+
set(ITK_GIT_TAG "abf5fa10522a36bc51f42f20f426a622f42ed90d")
9494

9595
#-----------------------------------------------------------------------------
9696
# A separate project is used to download ITK, so that it can reused

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.3rc04.dev20221106+330.g634fa3cea7'
1+
VERSION = '5.3rc04.post4'
22

33
def get_versions():
44
"""Returns versions for the ITK Python package.

scripts/macpython-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ for PYBIN in "${PYBINARIES[@]}"; do
3838
fi
3939
py_mm=$(basename ${PYBIN})
4040
VENV=${SCRIPT_DIR}/../venvs/${py_mm}
41-
VIRTUALENV_EXECUTABLE=${PYBIN}/bin/virtualenv
41+
VIRTUALENV_EXECUTABLE="${PYBIN}/bin/python3 -m venv"
4242
${VIRTUALENV_EXECUTABLE} ${VENV}
4343
VENVS+=(${VENV})
4444
done

0 commit comments

Comments
 (0)