Henry Schreiner

Results 2521 comments of Henry Schreiner

Broken due to https://github.com/emscripten-core/emscripten/pull/19301. Hoping this can be patched somehow in pyodide.

The very minimum is at https://scikit-build-core.readthedocs.io/en/latest/getting_started.html, which is just three files. This repo is a bit more, but still intended to be somewhat minimal, and scientific-python/cookie is "all the bells...

Now I'm confused - why does `libcmake-dev` affect this? It's not using CMake at all. Is installing `libcmake-dev` triggering some other dependency to be installed forcing a valid dev environment,...

I'd probably suggest making it once a week - most importantly, it should be manually trigerable so you can immediately update after a release that we want to use for...

Oh, I see you meant an iMinuit issue, nice, cross-repo is a little tricker, but might be doable.

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...

> 3 hour timeout It shouldn't take 3 hours to build! I can build in under a minute on my MacBook on 8 cores; a more normal computer still usually...

Yes, that's about what I'd expect, so I'm guessing maybe the memory on the build nodes is really low and multhreaded building is filling it, causing this to take much...

That's a link arg, not a compile arg. Try: ``` LDFLAGS="-latomic" python -m build . ```

`pip3 wheel` and `python -m build --wheel` are basically the same, with `python -m build` being preferred. Pip is slowly moving toward making build the backend for the `wheel` command...