Skip to content

Improved build system generator for CPython C, C++, Cython and Fortran extensions

License

Notifications You must be signed in to change notification settings

haampie/scikit-build

Repository files navigation

scikit-build

https://img.shields.io/pypi/v/scikit-build.svg?maxAge=2592000 https://img.shields.io/pypi/dm/scikit-build.svg?maxAge=2592000 Requirements Status https://img.shields.io/travis/scikit-build/scikit-build.svg?maxAge=2592000 https://ci.appveyor.com/api/projects/status/github/scikit-build/scikit-build?svg=True https://circleci.com/gh/scikit-build/scikit-build/tree/master.svg?style=svg

Improved build system generator for CPython C 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. Currently, the package is available to perform builds in a setup.py file. In the future, the project aims to be a build tool option in the currently developing pyproject.toml build system specification.

About

Improved build system generator for CPython C, C++, Cython and Fortran extensions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.3%
  • CMake 23.7%
  • C++ 2.7%
  • Other 0.3%