Skip to content

Commit 63dd513

Browse files
committed
macpython: Use v5.0a01 to build the module wheels
1 parent 160f29c commit 63dd513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/macpython-download-cache-and-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
brew update
77
brew install zstd aria2 gnu-tar doxygen
8-
aria2c -c --file-allocation=none -o ITKPythonBuilds-macosx.tar.zst -s 10 -x 10 https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/${ITK_PACKAGE_VERSION:=v4.13.0}/ITKPythonBuilds-macosx.tar.zst
8+
aria2c -c --file-allocation=none -o ITKPythonBuilds-macosx.tar.zst -s 10 -x 10 https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/${ITK_PACKAGE_VERSION:=v5.0a01}/ITKPythonBuilds-macosx.tar.zst
99
unzstd ITKPythonBuilds-macosx.tar.zst -o ITKPythonBuilds-macosx.tar
1010
PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"
1111
tar xf ITKPythonBuilds-macosx.tar --checkpoint=10000 --checkpoint-action=dot

0 commit comments

Comments
 (0)