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.

And the fftw3 is no longer supported, I guess (even if it is still
mentioned in the site.cfg.example)

Bests,
 Samuel


-- 
Dipl.-Inform. Samuel John
- - - - - - - - - - - - - - - - - - - - - - - - -
PhD student, CoR-Lab(.de) and
Neuroinformatics Group, Faculty
of Technology, D33594 Bielefeld
in cooperation with the HONDA
Research Institute Europe GmbH


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

Reply via email to