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 ee05fd4 + e41b75c commit dc6a186Copy full SHA for dc6a186
scripts/dockcross-manylinux-build-module-deps.sh
@@ -69,11 +69,12 @@ for MODULE_INFO in ${ITK_MODULE_PREQ_TOPLEVEL//:/ }; do
69
fi
70
71
echo "Building module dependency ${MODULE_NAME}"
72
- ./dockcross-manylinux-download-cache-and-build-module-wheels.sh $@
+ ./dockcross-manylinux-download-cache-and-build-module-wheels.sh "$@"
73
popd
74
75
echo "Cleaning up module dependency"
76
cp ./${MODULE_NAME}/include/* include/
77
+ find ${MODULE_NAME}/_skbuild -type f -wholename "**/cmake-build/include/*" -print -exec cp {} include \;
78
79
# Cache build archive
80
if [[ `(compgen -G ./ITKPythonBuilds-linux*.tar.zst)` ]]; then
0 commit comments