2014-05-12 19:25 GMT+02:00 Matthew Brett <[email protected]>: > 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. > > The proper location would be in numpy/core/, since _dotblas.pyd is the first occurence of a blas dependant extension during numpy import. Otherwise some kind of preloading is necessary.
Carl > Cheers, > > Matthew > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion >
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
