openblas-src
openblas-src copied to clipboard
Drop LAPACK symbol inspection in `openblas-build`
From https://github.com/blas-lapack-rs/openblas-src/pull/92#issuecomment-1345185612
Currently, openblas-build checks libopenblas.so contains LAPACK symbols because OpenBLAS build system had not built Fortran-based LAPACK routines even if NO_LAPACK is not set. On 0.3.21 this situation never happens since it builds F2C-converted routines if Fortran compiler not found unless NO_LAPACK=1. We can drop this symbol detection after updating to 0.3.21, but it will be another PR.
This also helps #54