summaryrefslogtreecommitdiffstats
path: root/development/scikit-build/README
diff options
context:
space:
mode:
author Duncan Roe <duncan_roe@optusnet.com.au>2022-03-02 11:19:53 +1100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-03 15:56:37 +0700
commit86f9a3c0d4a6cd1f30b76b3806f8ca2039f3af93 (patch)
tree6a83aa09b5b6cd1cc7aa9b7fb9263311303120df /development/scikit-build/README
parent8564fba8ad3574b594a4ea9bd4a6d0fc8d132175 (diff)
downloadslackbuilds-86f9a3c0d4a6cd1f30b76b3806f8ca2039f3af93.tar.gz
slackbuilds-86f9a3c0d4a6cd1f30b76b3806f8ca2039f3af93.tar.xz
development/scikit-build: Added (CPython build system generator)
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/scikit-build/README')
-rw-r--r--development/scikit-build/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/scikit-build/README b/development/scikit-build/README
new file mode 100644
index 0000000000..31fbec3781
--- /dev/null
+++ b/development/scikit-build/README
@@ -0,0 +1,5 @@
+The scikit-build package is fundamentally just glue between the
+setuptools Python module and CMake.
+Better support is provided for additional compilers, build systems,
+cross compilation and locating dependencies and determining their
+build requirements.