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.
2 parents 3cb74de + a9e0af9 commit 4e657a7Copy full SHA for 4e657a7
scripts/internal/manylinux-build-module-wheels.sh
@@ -90,6 +90,7 @@ for PYBIN in "${PYBINARIES[@]}"; do
90
echo 'ITK source tree not available!' 1>&2
91
exit 1
92
fi
93
+ ${PYBIN}/python setup.py clean
94
${PYBIN}/python setup.py bdist_wheel --build-type Release -G Ninja -- \
95
-DITK_DIR:PATH=${itk_build_dir} \
96
-DITK_USE_SYSTEM_SWIG:BOOL=ON \
0 commit comments