python313-scikit-build-core
Build backend for CMake based projects
Python CMake adaptor and Python API for plugins Features over classic Scikit-build: - Better warnings, errors, and logging - No warning about unused variables - Automatically adds Ninja and/or CMake only as required - No dependency on setuptools, distutils, or wheel in build mode. - Powerful config system, including config options support in build mode. - Automatic inclusion of site-packages in CMAKE_PREFIX_PATH - FindPython is backported if running on CMake<3.24 (included via hatchling in a submodule, configurable) - Limited API / Stable ABI and pythonless tags supported via config option - No slow generator search, ninja/make or MSVC used by default, respects CMAKE_GENERATOR - SDists are reproducible by default (UNIX, Python 3.9+)
Apache-2.0