-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake version 3.26.4 is unavailable in pip #371
Comments
For reference: |
I think there's an issue with the Windows ARM wheels. I think the CMake inside the wheel is actually the wrong version, and just happens to work since Windows ARM can run x86 code via emulation. I'd like to fix that if possible first.
|
I gonna have a look this afternoon |
Okay, great, it's probably just a case of fixing the download script to grab the right one. I've also been working on Windows ARM at wjakob/nanobind_example#27 and have been working on the horror that is scikit-build/scikit-build-core#355 to support it, since FindPython doesn't seem to support setting But all of this won't affect cmake/ninja, since they are not making Python extensions. I might try to propose something in the future. |
Ditto. Once the linked pull request completes, we should be able to tag |
Footnotes |
And here is a break down of the timing (from The overhead of building through the emulator ... Footnotes |
Wheels for |
Hello! CMake has released 3.26.4 version, but is not available via pip. Can this version be added to pip?
The text was updated successfully, but these errors were encountered: