getspams / spams-python

Python interface for SPAMS (SPArse Modeling Software)
https://thoth.inrialpes.fr/people/mairal/spams/
GNU General Public License v3.0
15 stars 5 forks source link

Improve BLAS/LAPACK finding #21

Open gdurif opened 2 years ago

gdurif commented 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.

graille commented 1 year ago

findblas is not maintained, the pip wrapper used is deprecated, and it also use numpy when available to find blas.