12 May
2014
12 May
'14
5:25 p.m.
Hi, On Mon, May 12, 2014 at 6:01 AM, Matthieu Brucher <matthieu.brucher@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