MacPython / openblas-libs

BSD 2-Clause "Simplified" License
9 stars 13 forks source link

the SONAME in the linux shared object is wrong #142

Closed mattip closed 7 months ago

mattip commented 7 months ago

After #141 and removing the local patch, the wheel seems to be produced correctly but the SONAME in the shared object (on linux at least) is wrong: libscipy_scipy_openblas.so.

mattip commented 7 months ago

Also, https://github.com/OpenMathLib/OpenBLAS/pull/4534 will require fixes on windows for the latest nightly build: now both SYMBOLPREFIX and LIBNAMEPREFIX (and correspondingly SUFFIX) should be defined.