scikit-build / cmake-python-distributions

This project provides the infrastructure to build CMake Python wheels.
https://cmake-python-distributions.readthedocs.io
Apache License 2.0
111 stars 34 forks source link
build-system c-plus-plus cmake cross-platform fortran kitware python scikit-build

========================== CMake Python Distributions

CMake <https://cmake.org>_ is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice.

The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK.

The CMake python wheels provide CMake 3.30.3 <https://cmake.org/cmake/help/v3.30/index.html>_.

Latest Release

.. table::

+----------------------------------------------------------------------+---------------------------------------------------------------------------+ | Versions | Downloads | +======================================================================+===========================================================================+ | .. image:: https://img.shields.io/pypi/v/cmake.svg | .. image:: https://static.pepy.tech/badge/cmake | | :target: https://pypi.python.org/pypi/cmake | :target: https://pypi.python.org/pypi/cmake | | | .. image:: https://img.shields.io/pypi/dm/cmake | | | :target: https://pypi.python.org/pypi/cmake | +----------------------------------------------------------------------+---------------------------------------------------------------------------+

Build Status

.. table::

+---------------+--------------------------------------------------------------------------------------------------------------+ | | GitHub Actions (Windows, macOS, Linux) | +===============+==============================================================================================================+ | PyPI | .. image:: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml/badge.svg | | | :target: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml | +---------------+--------------------------------------------------------------------------------------------------------------+

Platforms

The following platforms are supported with binary wheels:

.. table::

+---------------+--------------------------+ | OS | Arch | +===============+==========================+ | Windows | | 64-bit | | | | 32-bit | +---------------+--------------------------+ | Linux Intel | | manylinux2010+ 64-bit | | | | musllinux 64-bit | | | | manylinux2010+ 32-bit | | | | musllinux 32-bit | +---------------+--------------------------+ | Linux ARM | | manylinux2014+ AArch64 | | | | musllinux AArch64 | +---------------+--------------------------+ | Linux PowerPC | | manylinux2014+ ppc64le | | | | musllinux ppc64le | +---------------+--------------------------+ | Linux IBM Z | | manylinux2014+ s390x | | | | musllinux s390x | +---------------+--------------------------+ | macOS 10.10+ | Intel | +---------------+--------------------------+ | macOS 11+ | Apple Silicon | +---------------+--------------------------+

The last version to provide manylinux1 wheels was 3.22.x. The last version to provide Python 2 to Python 3.6 support was 3.28.x.

Maintainers

Miscellaneous

License

This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc. It is covered by the Apache License, Version 2.0 <https://www.apache.org/licenses/LICENSE-2.0>_.

CMake is distributed under the OSI-approved BSD 3-clause License. For more information about CMake, visit https://cmake.org