Samuel John, on 2011-01-26 15:08,  wrote:
> Hi there!
> 
> I have successfully built numpy 1.5 on ubuntu lucid (32 for now).
> I think I got ATLAS/lapack/BLAS support, and if I
> >  ldd linalg/lapack_lite.so
> I see that my libptf77blas.so etc. are successfully linked. :-)
> 
> However, how to I find out, if (and where) libamd.a and libumfpack.a
> have been found and (statically) linked.
> As far as I understand, I they are not present, a fallback in pure
> python is used, right?
> 
> Is there a recommended way, I can query against which libs numpy has
> been built?
> So I can be sure numpy uses my own compiled versions of libamd, lapack
> and so forth.

Hi Samuel,

take a look at numpy.show_config() and scipy.show_config() 

best,
-- 
Paul Ivanov
314 address only used for lists,  off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 

Attachment: signature.asc
Description: Digital signature

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

Reply via email to