cmake-python-distributions
cmake-python-distributions copied to clipboard
This project provides the infrastructure to build CMake Python wheels.
Since the `3.24.0` release, I see the following issue on macOS in my CI: ```console python3 -m pip install -U pip setuptools wheel pytest python3 -m pip install -U cmake...
https://github.com/maxbachmann/RapidFuzz/issues/195
Hi, for package managers like Spack (https://github.com/spack/spack/pull/28760), we are able to control the CMake source exactly and need to be able to work on air-gapped machines. We have already a...
As heading says: On Debian 10/buster trying to install cmake using pypi I run into problems: ``` Building wheel for cmake (PEP 517): started Building wheel for cmake (PEP 517):...
We would like to use `cmake` package in [Horovod](http://horovod.ai). One of the requirements we have is to not modify the existing CMake installed in the system. Would it be possible...
### Feature request I would like to see the curses gui (ccmake) integrated into the python wheel. I am guessing that only the necessary requirements are missing for that.
When we need to update but upstream has not updated yet, we should have a policy for setting version numbers. The current release with some important fixes from @mayeut is...
See https://github.com/scikit-build/cmake-python-distributions/issues/66
I've released CMake 3.20.5, which worked beautifully on the GitHub Actions backend, which the exception of a missnamed deployment secret (so I was just able to download the artifacts and...
Would it be a good idea to move to pypa/setuptools_scm? It has nice tooling for this sort of thing; the manual versioner script doesn't have the nice overrides. _Originally posted...