InsightSoftwareConsortium / ITKPythonPackage

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

COMP: Use Ninja with pyproject.toml on Windows #278

Closed SimonRit closed 2 months ago

SimonRit commented 3 months ago

The generation of Windows RTK packages was awfully slow on my self-hosted CUDA runner. It turns out that MSVC was used without Ninja. This PR sets the same CMake options for setup.py and pyproject.toml. See here for a fast compilation with this change and here.