loongson/pypi/: cmake-3.28.3 metadata and description

Homepage Simple index Newer version available

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

author Jean-Christophe Fillion-Robin
author_email jchris.fillionr@kitware.com
classifiers
  • License :: OSI Approved :: Apache Software License
  • License :: OSI Approved :: BSD License
  • Programming Language :: C
  • Programming Language :: C++
  • Programming Language :: Fortran
  • Programming Language :: Python
  • Operating System :: OS Independent
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Topic :: Software Development :: Build Tools
  • Typing :: Typed
description_content_type text/x-rst
download_url https://cmake.org/download
keywords CMake build c++ fortran cross-platform cross-compilation
license Apache 2.0
project_urls
  • Documentation, https://cmake-python-distributions.readthedocs.io/
  • Source Code, https://github.com/scikit-build/cmake-python-distributions
  • Mailing list, https://groups.google.com/forum/#!forum/scikit-build
  • Bug Tracker, https://github.com/scikit-build/cmake-python-distributions/issues
provides_extras test
requires_dist
  • coverage >=4.2 ; extra == 'test'
  • importlib-metadata >=2.0 ; extra == 'test'
  • pytest >=3.0.3 ; extra == 'test'
  • pytest-cov >=2.4.0 ; extra == 'test'

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
cmake-3.28.3-cp311-cp311-linux_loongarch64.whl
Size
18 MB
Type
Python Wheel
Python
3.1.1

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.28.3.

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.

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.