Open jaskij opened 3 years ago
To be specific, this happens when trying to compile pypocketfft.cxx
in scipy/fft/_pocketfft
.
It seems that the issue here is more with pybind11 than with NumPy or SciPy
I can't share the patch, but _pocketfft
's setup.py
gets a list of include directories which not only draws in native but even host include directories.
I'm trying to build scipy for a 32-bit target (Cortex-A7) using a 64-bit host and am hitting an error which I suppose has something to do with this:
It seems that for whatever reason the native
pyport.h
is used which due to the word size mismatch will obviously be wrong.