Cristian Le

Results 920 comments of Cristian Le
trafficstars

Can you run with debug logging and see if the reported settings is after the override (I am not sure if it is displayed). If it's not there, you might...

Seems the issue is with availability/compiation of numpy wheel. They do provide wheels for pypy https://pypi.org/project/numpy/2.0.2/#files, and the macos14 should propagate forward to 15 afaiu, so not really sure why...

- does `render_ext` have dependencies? Can you give more details of the CMake file? - can you show the contents of the wheel?

> I can't find any .whl files only .pyd files. `python3 -m build`. Wheels are archives that pip builds right before it installs and it tells you all the contents...

You are probably lacking RPATHs in the library `auditwheel` can do the bundling and rpath fixing or you could do that manually with some effort. Basically if the libraries arr...

LGTM, but we need to verify one point, does `pip`, `uv` (and maybe `hatch`) expand the list in `scikit-build-core[*]` or does it include `scikit-build-core` build in there? If the former...

Pretty much so. The best we could do is provide some functionality to run `find_package` and then conditionally add the `build-system.requires`, but it could be quite fragile and not account...

The thing I'm worried about with openembeded is getting the cross-compilation right and there are no contamination of packages. With `FindPython` you have the additional complication that you need to...

`macos-13` was tracking the intel runner. There seems to be `macos-15-intel` runner, but I'm not sure if we still need to track the intel builds. @henryiii had some discussions about...

Keep it as-is and we'll try to resolve it here. It seems our detection of macos architecture started to fail: ``` emod.cpython-311-darwin.so' (mach-o file, but is an incompatible architecture (have...