Hi,

On Mon, May 12, 2014 at 6:01 AM, Matthieu Brucher
<matthieu.bruc...@gmail.com> wrote:
> There is the issue of installing the shared library at the proper
> location as well IIRC?

As Carl implies, the standard numpy installers do static linking to
the BLAS lib, so we haven't (as far as I know) got a proper location
for the shared library.

Maybe it could be part of the API though, like "np.get_include()" but
numpy "np.get_blas_lib()"?  Where this can often be None.

Cheers,

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

Reply via email to