Henry Schreiner

Results 2521 comments of Henry Schreiner

I think a PyPI org admin (@di or @ewdurbin perhaps) can, as they should have permissions on all repos? (yes, you do need privileges on both repos)

I've wondered about adding it. Check-sdist checks to see if every file in git is included in the SDist. (It's like check-manifest, but for any backend.) It's not very useful...

Does it not do recursive gitignores? Scikit-build-core does. Yes, you are correct, both of those do .gitignore based packages, that's why I said "slightly different, so not useless". I'm experimenting...

This is what I was thinking: https://github.com/henryiii/check-sdist/pull/66. That would reduce false positives I think.

The way people sometimes do this is they make a second package with the MPI components, then include that via an extra. So `pkg[mpi]` would include `pkg-mpi`, where you put...

* Scikit-build-core done in https://github.com/scikit-build/scikit-build-core/pull/741 * manylinux done * Cibuildwheel done except no macOS yet, waiting on beta 2 for official installers

Looks like both meson and CMake don't support Windows + free-threading yet, they don't know to look for the library with the "t" for linking. I think I can fix...

Windows free-threaded fixed in scikit-build-core 0.9.5.

FYI, sysconfig's LIBRARY is correct as far as the "t" goes but is .dll instead of .lib.

Free-threading including macOS with 3.13.0b2 fully supported in cibuildwheel 2.19.0.