You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There could be some additional checks and settings that would work better running within CMake, e.g. checking try_compile of python bindings. What can or should include in such a module:
check that scikit-build-core is included in the python environment
expose Components to control additional integrations
try_compile to make sure python devel package is present and ABI compatible with the compiler
migrate most cache values definitions to there
expose functions to create and install python metadata files, python native files, etc.
reconfigure GnuInstallDir paths to be wheel install compatible. Primarily thinking about CMAKE_INSTALL_BINDIR
Most of these should be gated by the components requested and maybe pip install can auto-inject some components depending on the configuration.
The text was updated successfully, but these errors were encountered:
There could be some additional checks and settings that would work better running within CMake, e.g. checking
try_compile
of python bindings. What can or should include in such a module:scikit-build-core
is included in the python environmenttry_compile
to make sure python devel package is present and ABI compatible with the compilerGnuInstallDir
paths to be wheel install compatible. Primarily thinking aboutCMAKE_INSTALL_BINDIR
Most of these should be gated by the components requested and maybe
pip install
can auto-inject some components depending on the configuration.The text was updated successfully, but these errors were encountered: