File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11scikit-build == 0.8.1
2- numpy
Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ for VENV in "${VENVS[@]}"; do
6969 echo " Python3_EXECUTABLE:${Python3_EXECUTABLE} "
7070 echo " Python3_INCLUDE_DIR:${Python3_INCLUDE_DIR} "
7171
72+ ${Python3_EXECUTABLE} -m pip install --upgrade -r ${SCRIPT_DIR} /../requirements-dev.txt
73+
7274 build_type=" Release"
7375 if [[ $( arch) == " arm64" ]]; then
74- ${Python3_EXECUTABLE} -m pip install --upgrade scikit-build
75- plat_name=" macosx-10.9-x86_64"
76+ plat_name=" macosx-11.0-arm64"
7677 osx_target=" 10.9"
7778 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_x86_64"
7879 else
79- ${Python3_EXECUTABLE} -m pip install --upgrade -r ${SCRIPT_DIR} /../requirements-dev.txt
80- plat_name=" macosx-11.0-arm64"
80+ plat_name=" macosx-10.9-x86_64"
8181 osx_target=" 11.0"
8282 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_arm64"
8383 fi
You can’t perform that action at this time.
0 commit comments