File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ documentation for more information on building wheels by hand.
8585ITKPythonPackage currently supports building wheels for the following platforms and architectures:
8686- Windows 10 x86_64 platforms
8787- Windows 11 x86_64 platforms
88- - MacOS 10.9 + x86_64 platforms
88+ - MacOS 11.0 + x86_64 platforms
8989- MacOS 11.0+ arm64 platforms
9090- Linux glibc 2.17+ (E.g. Ubuntu 18.04+) x86_64 platforms
9191- Linux glibc 2.28+ (E.g. Ubuntu 20.04+) aarch64 (ARMv8) platforms
Original file line number Diff line number Diff line change @@ -72,14 +72,13 @@ for VENV in "${VENVS[@]}"; do
7272 echo " Python3_EXECUTABLE:${Python3_EXECUTABLE} "
7373 echo " Python3_INCLUDE_DIR:${Python3_INCLUDE_DIR} "
7474
75+ osx_target=" 11.0"
7576 if [[ $( arch) == " arm64" ]]; then
7677 plat_name=" macosx-11.0-arm64"
77- osx_target=" 11.0"
7878 osx_arch=" arm64"
7979 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_arm64"
8080 else
81- plat_name=" macosx-10.9-x86_64"
82- osx_target=" 10.9"
81+ plat_name=" macosx-11.0-x86_64"
8382 osx_arch=" x86_64"
8483 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_x86_64"
8584 fi
Original file line number Diff line number Diff line change @@ -52,12 +52,11 @@ DELOCATE_PATCH=${VENV}/bin/delocate-patch
5252
5353build_type=" Release"
5454
55+ osx_target=" 11.0"
5556if [[ $( arch) == " arm64" ]]; then
56- osx_target=" 11.0"
5757 osx_arch=" arm64"
5858 use_tbb=" OFF"
5959else
60- osx_target=" 10.9"
6160 osx_arch=" x86_64"
6261 use_tbb=" ON"
6362fi
@@ -97,7 +96,7 @@ for VENV in "${VENVS[@]}"; do
9796 plat_name=" macosx-11.0-arm64"
9897 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_arm64"
9998 else
100- plat_name=" macosx-10.9 -x86_64"
99+ plat_name=" macosx-11.0 -x86_64"
101100 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_x86_64"
102101 fi
103102 if [[ ! -z " ${MACOSX_DEPLOYMENT_TARGET} " ]]; then
You can’t perform that action at this time.
0 commit comments