From 055b76384b81e778343676394fd9354c981622fe Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Fri, 6 Jun 2025 20:50:14 +0700 Subject: python/python3-scikit-build-core: Added (rewrite of scikit-build). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-scikit-build-core/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python3-scikit-build-core/README (limited to 'python/python3-scikit-build-core/README') diff --git a/python/python3-scikit-build-core/README b/python/python3-scikit-build-core/README new file mode 100644 index 0000000000..d0d8a38e37 --- /dev/null +++ b/python/python3-scikit-build-core/README @@ -0,0 +1,10 @@ +python3-scikit-build-core (Build backend for CMake based projects) + +Scikit-build-core is a build backend for Python that uses CMake +to build extension modules. It has a simple yet powerful static +configuration system in pyproject.toml, and supports almost unlimited +flexibility via CMake. It was initially developed to support the +demanding needs of scientific users, but can build any sort of +package that uses CMake. + +Scikit-build-core is a ground-up rewrite of the classic Scikit-build -- cgit v1.2.3