Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Welcome to scikit-build

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.

To get started, see :ref:`this example <basic_usage_example>`. For more examples, see scikit-build-sample-projects.

.. toctree::
   :maxdepth: 2
   :caption: User guide

   installation
   usage
   generators
   cmake-modules
   contributing
   hacking
   authors
   history
   changes


.. toctree::
   :maxdepth: 2
   :caption: For maintainers

   make_a_release
   notes

Indices and tables

Resources