Hi,

On Mon, May 12, 2014 at 6:01 AM, Matthieu Brucher
<[email protected]> 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
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to