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 a7d75b0 commit c625367Copy full SHA for c625367
scripts/internal/manylinux-aarch64-build-module-wheels.sh
@@ -2,7 +2,7 @@
2
3
# Run this script inside a dockcross container to build Python wheels for an aarch ITK module.
4
cd /work
5
-yum -y install sudo
+yum -y install sudo ninja-build
6
/opt/python/cp39-cp39/bin/python -m pip install -r /ITKPythonPackage/requirements-dev.txt
7
for PYBIN in "${PYBINARIES[@]}"; do
8
${PYBIN}/pip install -r /ITKPythonPackage/requirements-dev.txt
0 commit comments