We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160f29c commit 63dd513Copy full SHA for 63dd513
scripts/macpython-download-cache-and-build-module-wheels.sh
@@ -5,7 +5,7 @@
5
6
brew update
7
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
+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
9
unzstd ITKPythonBuilds-macosx.tar.zst -o ITKPythonBuilds-macosx.tar
10
PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"
11
tar xf ITKPythonBuilds-macosx.tar --checkpoint=10000 --checkpoint-action=dot
0 commit comments