You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware this is the issue tracker for a Python package index specifically for Raspberry Pi
Yes
I have checked for duplicate issues
Yes
I am the maintainer
Yes
More information
The package build is currently broken. scikit-build/cmake-python-distributions#475 The build changed quite a bit, now being based on scikit-build-core instead of scikit-build (classic), which was a setuptools wrapper. I probably could help point out what needs updating if I knew where the build source was.
The text was updated successfully, but these errors were encountered:
A simple fix would be to skip the one failing permissions test. Needs investigation in CMake, don't think this failure is related to the backend.
The default for making builds is doing to be changing in the 3.29.1 release, you'll need to opt-into running the tests when building the wheel. I assume packagers may want to opt-in, but normal users don't want to run the tests when just building a wheel from an SDist. Not sure if there's a place to add configure-settings or environment variables for the build here.
Package name
cmake
Package version
3.29.*
PyPI URL
https://pypi.org/project/cmake/
piwheels URL
https://www.piwheels.org/project/cmake/
Python version
I am aware this is the issue tracker for a Python package index specifically for Raspberry Pi
I have checked for duplicate issues
I am the maintainer
More information
The package build is currently broken. scikit-build/cmake-python-distributions#475 The build changed quite a bit, now being based on scikit-build-core instead of scikit-build (classic), which was a setuptools wrapper. I probably could help point out what needs updating if I knew where the build source was.
The text was updated successfully, but these errors were encountered: