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 @@ -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
Original file line number Diff line number Diff line change 1- VERSION = '5.3rc04.dev20221106+330.g634fa3cea7 '
1+ VERSION = '5.3rc04.post4 '
22
33def get_versions ():
44 """Returns versions for the ITK Python package.
Original file line number Diff line number Diff 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} )
4444done
You can’t perform that action at this time.
0 commit comments