Matti Picus

Results 1109 comments of Matti Picus

> Where are these INCLUDEDIRS coming from? We try to detect system headers during translation for some modules that use system level libraries like libtinfo and libffi, as well as...

> I wonder how the homebrew recipe handles this It seems homebrew does not put the expat headers into /opt/homebrew/include

Can you try adding https://github.com/pypy/pypy/commit/7cc0361f0cf3ed713415125dbb475947925ac13b as a patch here (for python3+)? I think that might solve the problem

I think dropping support for PyPy is a separate issue. I opened #30416

@FlankerDev12 I think you meant to relate to issue #30316, which is already being handled in #30451.

I agree that the PyPy conditional compilation in the source code can be removed, maybe related to #28800 to deprecate `np.resize`. On looking at the changes to `arr_add_docstring`, I think...

If it is not too much burden, pp39 wheels would be nice.

I see cibuildwheel uses a cross-compiler. Is there support for cross-compiling fortran code as needed for OpenBLAS?

The first thing we need are `scipy-openblas64` wheels, which would require modifying the CI in the [openblas-libs](https://github.com/MacPython/openblas-libs/). I think we could use some emulation to build on x86_64 until there...

How did you come up with the solution if you cannot reproduce the problem?