Open gdurif opened 2 years ago
Link to #8
Maybe we could use findblas (source) to find BLAS/LAPACK on the system instead of doing it by hand by digging through numpy install config.
findblas
numpy
findblas is not maintained, the pip wrapper used is deprecated, and it also use numpy when available to find blas.
Link to #8
Maybe we could use
findblas
(source) to find BLAS/LAPACK on the system instead of doing it by hand by digging throughnumpy
install config.