loongson/pypi/: scikit-build-0.15.0 metadata and description
Improved build system generator for Python C/C++/Fortran/Cython extensions
author | The scikit-build team |
author_email | scikit-build@googlegroups.com |
classifiers |
|
description_content_type | text/x-rst; charset=UTF-8 |
keywords | scikit-build |
license | MIT |
project_urls |
|
provides_extras | test |
requires_dist |
|
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
scikit_build-0.15.0-py2.py3-none-any.whl
|
|
Improved build system generator for CPython C/C++/Fortran/Cython extensions.
Better support is available for additional compilers, build systems, cross compilation, and locating dependencies and determining their build requirements.
The scikit-build package is fundamentally just glue between the setuptools Python module and CMake.
To get started, see this example and scikit-build-sample-projects.
Miscellaneous
- Free software: MIT license
- Documentation: http://scikit-build.readthedocs.org
- Source code: https://github.com/scikit-build/scikit-build
- Mailing list: https://groups.google.com/forum/#!forum/scikit-build
History
PyCMake was created at SciPy 2014 in response to general difficulties building C++ and Fortran based Python extensions across platforms. It was renamed to “scikit-build” in 2016.