File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# downloaded by the external module build scripts and used to build their
55# Python package on GitHub CI services.
66
7- pushd /Users/kitware/Dashboards/ITK > /dev/null
7+ pushd /Users/svc-dashboard/D/P > /dev/null
88tar -cf ITKPythonBuilds-macosx.tar \
99 ITKPythonPackage/ITK-* \
1010 ITKPythonPackage/venvs \
Original file line number Diff line number Diff line change 66brew update
77brew install zstd aria2 gnu-tar doxygen
88brew upgrade cmake
9- # The Azure systems current do not have the 10.13 SDK, required by the
10- # ITKPythonBuilds
11- SDK_PATH=' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk'
12- if test ! -e $SDK_PATH ; then
13- sudo ln -s /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
14- fi
159aria2c -c --file-allocation=none -o ITKPythonBuilds-macosx.tar.zst -s 10 -x 10 https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/${ITK_PACKAGE_VERSION:= v5.1.0} /ITKPythonBuilds-macosx.tar.zst
1610unzstd ITKPythonBuilds-macosx.tar.zst -o ITKPythonBuilds-macosx.tar
1711PATH=" /usr/local/opt/gnu-tar/libexec/gnubin:$PATH "
1812tar xf ITKPythonBuilds-macosx.tar --checkpoint=10000 --checkpoint-action=dot
1913rm ITKPythonBuilds-macosx.tar
20- sudo mkdir -p /Users/Kitware/Dashboards/ITK && sudo chown $UID :$GID /Users/Kitware/Dashboards/ITK && mv ITKPythonPackage /Users/Kitware/Dashboards/ITK /
21- /Users/Kitware/Dashboards/ITK /ITKPythonPackage/scripts/macpython-install-python.sh
22- /Users/Kitware/Dashboards/ITK /ITKPythonPackage/scripts/macpython-build-module-wheels.sh " $@ "
14+ sudo mkdir -p /Users/svc-dashboard/D/P && sudo chown $UID :$GID /Users/svc-dashboard/D/P && mv ITKPythonPackage /Users/svc-dashboard/D/P /
15+ /Users/svc-dashboard/D/P /ITKPythonPackage/scripts/macpython-install-python.sh
16+ /Users/svc-dashboard/D/P /ITKPythonPackage/scripts/macpython-build-module-wheels.sh " $@ "
You can’t perform that action at this time.
0 commit comments