Henry Schreiner
Henry Schreiner
`PIP_ONLY_BINARY=cmake` should fix the problem.
I have no experience with building for Android (and don't own an Android device). Happy to take help. :)
You can't distribute wheels for termux. So it would be a source build. The problem is the source build is broken on that platform. We should provide a way to...
I expect it would be if they are QEMU emulated (don’t know if they are). But yes, likely right if they are actually a rebuild for x86.
The path forward here is what is done in scikit-build-core, you can check for CMake and not install it if it's present via PEP 517 build hooks. In fact, you...
(It will take longer to finish scikit-build-core and move scikit-build over to it)
Was just about to open this. :)
Sounds good!
The PR gets updated automatically based on your branch (including master); on Monday I can show you how to squash and clean your commit history if you'd like.
I think `std::array` works if you use `--expt-relaxed-constexpr` (which you do), since the key methods are `constexpr`. I'm pretty sure I've used it on device before. I could be wrong,...