View Single Post
Posts: 45 | Thanked: 54 times | Joined on Oct 2009 @ Uppsala,Sweden
#6
Originally Posted by katana. View Post
Can you tell me how you did this.
How do I tell the script not to use fortran compiler but compile clapack instead and how and where do I configure all that?
Short answer:
clapack compiles fine and works on its own, but I never used it for my Numpy installation.

Long answer:
My primary goal was to gain access to the powerful matrix operations of numpy. And to be able to use matplotlib for fancy plotting. Hence, when I realized that numpy works well without lapack (3-4 times slower than an optimized lapack though) I lost some of my initial interest.

Btw, welcome to the forum.

/ David