Skip to content

Commit

Permalink
Merge pull request #254 from SimonRit/DepsWithArgs
Browse files Browse the repository at this point in the history
Deps with args
  • Loading branch information
tbirdso committed Mar 14, 2023
2 parents ee05fd4 + e41b75c commit dc6a186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dockcross-manylinux-build-module-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ for MODULE_INFO in ${ITK_MODULE_PREQ_TOPLEVEL//:/ }; do
fi

echo "Building module dependency ${MODULE_NAME}"
./dockcross-manylinux-download-cache-and-build-module-wheels.sh $@
./dockcross-manylinux-download-cache-and-build-module-wheels.sh "$@"
popd

echo "Cleaning up module dependency"
cp ./${MODULE_NAME}/include/* include/
find ${MODULE_NAME}/_skbuild -type f -wholename "**/cmake-build/include/*" -print -exec cp {} include \;

# Cache build archive
if [[ `(compgen -G ./ITKPythonBuilds-linux*.tar.zst)` ]]; then
Expand Down

0 comments on commit dc6a186

Please sign in to comment.