blob: fc241f658be076ab75ccfd285cce5bd74edcdf3b (
plain) (
blame)
1
2
3
4
5
6
7
|
scikit-build is an improved build system generator for CPython
C/C++/Fortran/Cython extensions. It provides better support for additional
compilers, build systems, cross compilation, and locating dependencies and
their associated build requirements.
The scikit-build package is fundamentally just glue between the setuptools
Python module and CMake.
|