lorenzo bolla wrote: > Hi all, > I need to know the libraries (BLAS and LAPACK) which numpy has been > linked to, when I compiled it. > I can't remember which ones I used (ATLAS, MKL, etc...)... > Is there an easy way to find it out? > Thanks in advance, > Lorenzo Bolla.
Yup: >>> import numpy >>> numpy.show_config() Martin _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
