diff options
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 |
commit | 86f9a3c0d4a6cd1f30b76b3806f8ca2039f3af93 (patch) | |
tree | 6a83aa09b5b6cd1cc7aa9b7fb9263311303120df /development/scikit-build/slack-desc | |
parent | 8564fba8ad3574b594a4ea9bd4a6d0fc8d132175 (diff) |
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/slack-desc')
-rw-r--r-- | development/scikit-build/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/scikit-build/slack-desc b/development/scikit-build/slack-desc new file mode 100644 index 0000000000000..13cab80c2dee3 --- /dev/null +++ b/development/scikit-build/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +scikit-build: scikit-build (Improved build system generator for CPython extensions) +scikit-build: +scikit-build: The scikit-build package is fundamentally just glue between the +scikit-build: setuptools Python module and CMake. +scikit-build: Better support is provided for additional compilers, build systems, +scikit-build: cross compilation and locating dependencies and determining their +scikit-build: build requirements. +scikit-build: +scikit-build: +scikit-build: +scikit-build: |