13.07.2015, 19:44, Eric Martin kirjoitti:
> It seems to me that a potentially better route than "add code to Numpy to
> support BLAS library" for each library is to make Numpy easy to configure
> to compile with an arbitrary BLAS library (like what I've been doing).

Does this work:

export ATLAS=None
export BLAS=/path/to/libblas.a
export LAPACK=/path/to/liblapack.a
python setup.py build


_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to