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 220cd64 commit 36e36bbCopy full SHA for 36e36bb
scripts/macpython-download-cache-and-build-module-wheels.sh
@@ -4,7 +4,7 @@
4
# it is used by the .travis.yml file contained in ITKModuleTemplate: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate
5
6
brew update
7
-brew install zstd aria2 gnu-tar doxygen
+brew install zstd aria2 gnu-tar doxygen ninja
8
brew upgrade cmake
9
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.2.0.post1}/ITKPythonBuilds-macosx.tar.zst
10
unzstd ITKPythonBuilds-macosx.tar.zst -o ITKPythonBuilds-macosx.tar
0 commit comments