Skip to main content

CMake is an open-source, cross-platform family of tools designed to build, test and package software

Project description

CMake 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.26.0.

Latest Release

Versions

Downloads

https://img.shields.io/pypi/v/cmake.svg https://img.shields.io/badge/downloads-3997k%20total-green.svg

Build Status

GitHub Actions (Windows, macOS, Linux)

PyPI

https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml/badge.svg

Platforms

The following platforms are supported with binary wheels:

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.

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.

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

History

cmake-python-distributions was initially developed in September 2016 by Jean-Christophe Fillion-Robin to facilitate the distribution of project using scikit-build and depending on CMake.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmake-3.26.0.tar.gz (35.2 kB view details)

Uploaded Source

Built Distributions

cmake-3.26.0-py2.py3-none-win_arm64.whl (29.6 MB view details)

Uploaded Python 2 Python 3 Windows ARM64

cmake-3.26.0-py2.py3-none-win_amd64.whl (33.0 MB view details)

Uploaded Python 2 Python 3 Windows x86-64

cmake-3.26.0-py2.py3-none-win32.whl (29.6 MB view details)

Uploaded Python 2 Python 3 Windows x86

cmake-3.26.0-py2.py3-none-musllinux_1_1_x86_64.whl (25.5 MB view details)

Uploaded Python 2 Python 3 musllinux: musl 1.1+ x86-64

cmake-3.26.0-py2.py3-none-musllinux_1_1_s390x.whl (24.2 MB view details)

Uploaded Python 2 Python 3 musllinux: musl 1.1+ s390x

cmake-3.26.0-py2.py3-none-musllinux_1_1_ppc64le.whl (27.9 MB view details)

Uploaded Python 2 Python 3 musllinux: musl 1.1+ ppc64le

cmake-3.26.0-py2.py3-none-musllinux_1_1_i686.whl (27.1 MB view details)

Uploaded Python 2 Python 3 musllinux: musl 1.1+ i686

cmake-3.26.0-py2.py3-none-musllinux_1_1_aarch64.whl (24.1 MB view details)

Uploaded Python 2 Python 3 musllinux: musl 1.1+ ARM64

cmake-3.26.0-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (24.0 MB view details)

Uploaded Python 2 Python 3 manylinux: glibc 2.17+ x86-64

cmake-3.26.0-py2.py3-none-manylinux2014_s390x.manylinux_2_17_s390x.whl (23.2 MB view details)

Uploaded Python 2 Python 3 manylinux: glibc 2.17+ s390x

cmake-3.26.0-py2.py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (26.5 MB view details)

Uploaded Python 2 Python 3 manylinux: glibc 2.17+ ppc64le

cmake-3.26.0-py2.py3-none-manylinux2014_i686.manylinux_2_17_i686.whl (25.0 MB view details)

Uploaded Python 2 Python 3 manylinux: glibc 2.17+ i686

cmake-3.26.0-py2.py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (23.3 MB view details)

Uploaded Python 2 Python 3 manylinux: glibc 2.17+ ARM64

cmake-3.26.0-py2.py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (23.1 MB view details)

Uploaded Python 2 Python 3 manylinux: glibc 2.12+ x86-64

cmake-3.26.0-py2.py3-none-manylinux2010_i686.manylinux_2_12_i686.whl (23.8 MB view details)

Uploaded Python 2 Python 3 manylinux: glibc 2.12+ i686

cmake-3.26.0-py2.py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl (45.6 MB view details)

Uploaded Python 2 Python 3 macOS 10.10+ universal2 (ARM64, x86-64) macOS 10.10+ x86-64 macOS 11.0+ ARM64 macOS 11.0+ universal2 (ARM64, x86-64)

File details

Details for the file cmake-3.26.0.tar.gz.

File metadata

  • Download URL: cmake-3.26.0.tar.gz
  • Upload date:
  • Size: 35.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for cmake-3.26.0.tar.gz
Algorithm Hash digest
SHA256 c18185c9cc147d0fa1e9228962aa37901b37866bd5d617e9efa23dfe706f7321
MD5 9245f9041a773aa14ef819c512f5eec4
BLAKE2b-256 caf39d425d6c1695229e2d7690e9300b646ac04e6b869c73e47f0a29869e2a01

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-win_arm64.whl.

File metadata

  • Download URL: cmake-3.26.0-py2.py3-none-win_arm64.whl
  • Upload date:
  • Size: 29.6 MB
  • Tags: Python 2, Python 3, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for cmake-3.26.0-py2.py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 11159c9b64c6473d84361ab44ef2c85e1bd2db7a2b1b798ce8bf5988f32adf43
MD5 75a2b64ed8a34400e7352daeb77d725f
BLAKE2b-256 d151c016d42094e9d8495ecb6c5d15857d5e9702fb1969a16848a87ef190fe8d

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-win_amd64.whl.

File metadata

  • Download URL: cmake-3.26.0-py2.py3-none-win_amd64.whl
  • Upload date:
  • Size: 33.0 MB
  • Tags: Python 2, Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for cmake-3.26.0-py2.py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 a0719a6f79cdc4d7b16caf757b8ae13eae1c6ce5a08d594cc09774afe129515d
MD5 51a081aaadc5f13a0818b2c8a349bf8d
BLAKE2b-256 2280ef79cbc1aab3de2da49aee6225a73609c0dbc1dec80c0daa4dbdfb9ce894

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-win32.whl.

File metadata

  • Download URL: cmake-3.26.0-py2.py3-none-win32.whl
  • Upload date:
  • Size: 29.6 MB
  • Tags: Python 2, Python 3, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for cmake-3.26.0-py2.py3-none-win32.whl
Algorithm Hash digest
SHA256 96f0e887260255eeb83bcf3465d51bc6c94078251c9312fa142dce6d3e80acac
MD5 6fc6e03a0783ed4e0a18bfa971cfa6d1
BLAKE2b-256 1d0a8211fe8ef07d4c89d64af35367d71696ed584480fea926a53f2a59e00b92

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5523b9701be367572155e77294bf8aa3ac9aa0d73c50dcd6c57903d12bcb308e
MD5 30267ccfd6a7014cbd8838df87f6b310
BLAKE2b-256 4c94469061ba9d2025eecca4c40a4829c220d68acc85dca70b025d73aa14f1a8

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 85e0bad5aeb3a82919ed7d78b76a0462eafe2f918076a1823a09c6f37910f3e0
MD5 c9c886fe419004df20be92515302cdce
BLAKE2b-256 0f91547b5b32fae409195cbb6bfd8e400ff1ffda3f174f154fc98cf1048c3807

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 ac6ca9d9ff58900138bbbebc55857647fb99f1c40b84d8a232f23b0d27d7f48a
MD5 3830b223b092443b4237519c9f50a51f
BLAKE2b-256 15c30446b15fae151a7f372c3f88c789f755f46907cc07f8f62211ca21325573

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f4cc1dde7613cc813d15fd840a33e18cd07a443aa67205d74b9b05f55f08a459
MD5 4cfc45fd5485c212fb85c3ff7d385c7f
BLAKE2b-256 24b1bdbfd6b7cf788ab78b5acadd8245dcf189effe9c68272dc59ebd0bd6304b

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b81c7775b125786c1696232078e9ceb0c9c66d26fb0a2259f40e33983170f924
MD5 9ca7e46961a5e6f7ee724a82b2f053d5
BLAKE2b-256 382cecf580d95b1743042e6084fc7a0b3d5b8a77e3792564b48df83788652516

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 502cbed2335557920b88687c6f3ff4ce433bd416204c928ad489e399e76149f5
MD5 3549c693863dc1a38b3001f7b3070e66
BLAKE2b-256 30738cf2dcf5715824fe147b411f03d6d0144248e7bb0e3a1de4fd1824f8efa0

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-manylinux2014_s390x.manylinux_2_17_s390x.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 fabb82c69223eda27e673c5c6bb02985d60cf0baa631a2e4932eed87e8229928
MD5 00fa1b2866b835806d232453e98102f1
BLAKE2b-256 e68e0050c372bfcd0975494d70d685b298fcf6367ff67af5dee1f5ac2c516cdb

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 cf129c8b71f1344975f179f30287baa8804c4c61ff1b13003244b4157b676e13
MD5 d7287e9487818a2b89284f0b7353a8cb
BLAKE2b-256 83d3f8be62be2274c178d50baa9751525d1da07c3d10518190f3751f49daa25e

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 2f78c6194f224d462333e08d3acd571c553b58d04935971b87efbe76f241353c
MD5 7167d7c6f362b527928bbbf97d9084bc
BLAKE2b-256 40a8c4f955335e0e2f11a02f29de9a80155d1c371d127ff114ee350428731b97

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 483aaaeb9535deaa2657c928af5d9f0da9329f89bc249f494923495745a03677
MD5 09d3a1b5c6466bd527f92f5537e9b58c
BLAKE2b-256 396ae6bfa8b78b876184c1afbb7b7a51a6b1335b00c6a3242b1e12eecce81649

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl
Algorithm Hash digest
SHA256 1851be29d79bb39505954165e934d31994268d49f566ead6fff840a5092e444d
MD5 7a153f54c54488f8cd5e7e73a589b36c
BLAKE2b-256 175a72a3454e31b93d5718a97e3188536849f91993a9783c301a8101b7400c45

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-manylinux2010_i686.manylinux_2_12_i686.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-manylinux2010_i686.manylinux_2_12_i686.whl
Algorithm Hash digest
SHA256 babd1e38c85d38a4bf4164c3126ec8cf4cd8d374072e2a4a181e52e953007f8c
MD5 0e76eb86f01277ff5b144f540ab8480b
BLAKE2b-256 413d2e80cec75640cfa1f5472e48cd1b449b639b5ad758f8c27d116016571d15

See more details on using hashes here.

Provenance

File details

Details for the file cmake-3.26.0-py2.py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for cmake-3.26.0-py2.py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 4881727389325af84e39f1ec646b7249d8910b4ed637205bee6d589cb2b2ebd2
MD5 ccaf3c33f612296a83bee4529046569b
BLAKE2b-256 99efd086c658b47d19b738850579c9ecc05c6730b8afdbb05402fae6ab52c45f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page