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 2940ad1 commit 7753831Copy full SHA for 7753831
scripts/macpython-build-module-wheels.sh
@@ -64,7 +64,5 @@ for VENV in "${VENVS[@]}"; do
64
${PYTHON_EXECUTABLE} setup.py clean
65
done
66
67
-# Temporarily disabled. See Issue
68
-# @InsightSoftwareConsortium/ITKPythonPackage#78
69
-#${DELOCATE_LISTDEPS} $PWD/dist/*.whl # lists library dependencies
70
-#${DELOCATE_WHEEL} $PWD/dist/*.whl # copies library dependencies into wheel
+${DELOCATE_LISTDEPS} $PWD/dist/*.whl # lists library dependencies
+${DELOCATE_WHEEL} $PWD/dist/*.whl # copies library dependencies into wheel
0 commit comments