scikit-build / cmake-python-distributions

This project provides the infrastructure to build CMake Python wheels.
https://cmake-python-distributions.readthedocs.io
Apache License 2.0
112 stars 34 forks source link

Potential circular import issue? #479

Closed henryiii closed 6 months ago

henryiii commented 6 months ago

Scikit-build-core will ask for cmake if it's not installed. But this is the cmake package, so maybe we should disable this. In our CI, if we want the previous binary, we can reenable it from config-settings.

Not something I've seen an issue with yet, but I think it makes sense to do.

I can propose a PR after #478.