Henry Schreiner

Results 2513 comments of Henry Schreiner

If we had a "tutorial" page, this might somehow make it in, otherwise, it should just be an entry in FAQ? Pybind11's setup helpers add this by default. https://github.com/pybind/pybind11/blob/721834b422482a522abd4e83f11d545ef876f997/pybind11/setup_helpers.py#L146

Here's an example (just the end of the log): ``` ... Building cp39-manylinux_x86_64 wheel CPython 3.9 manylinux x86_64 Setting up build environment... + /opt/python/cp38-cp38/bin/python -c 'import sys, json, os; json.dump(os.environ.copy(),...

Config options were added in cibuildwheel 2.10! :)

The build identifier is not singular during the before-all step, though possibly we could set it to a list of build identifiers? That would have the handy feature that the...

> If I could just set ARGON2_CFFI_USE_SSE2=0 whenever cross-compiling to non-amd6 I'd say this is a non-ideal solution too, as it requires special setup to cross compile unique to your...

(Correction: not that bad, didn't really pay attention to what you were specifying with the variable. I'd still say that the default for `ARGON2_CFFI_USE_SSE2` should be smart, though, and pick...

> If I could just set `ARGON2_CFFI_USE_SSE2=0` I think making this smarter is likely the best way to go, but of course you can do this if you want. ```toml...

I've been hoping this would be worked on; compiles are painfully slow in emulation. Scikit-learn barely squeaks by in the 6 hour time window, I think. It needs to be...

I do know we can't add packages to pypa without a vote, and I don't think a fork is a valid thing to put there. But you could try to...

Sorry for the delay from my side (and it's not over), but I'd like to jot down a few thoughts. First, the best thing would have been a simple, first-party...