InsightSoftwareConsortium / ITKPythonPackage

A setup script to generate ITK Python Wheels
https://itkpythonpackage.readthedocs.io
Apache License 2.0
64 stars 22 forks source link

Deps with args #254

Closed SimonRit closed 1 year ago

SimonRit commented 1 year ago

First commit is required when there are spaces in some options of dockcross-manylinux-download-cache-and-build-module-wheels.sh (e.g. here).

Second commit is required when the dependencies use generated include files (e.g. the ModuleExport.h).

These two changes where required to build RTK with external CudaCommon module. See first failure due to problem with options here, second failure due to missing CudaCommonExport.h here and successful compilation