![](https://secure.gravatar.com/avatar/8fe55f60ba290dfa3f62a3536ede1d7c.jpg?s=120&d=mm&r=g)
Nils Wagner wrote:
Hi all,
Where can I find some hints w.r.t. to ATLAS and scipy/numpy ? AFAIK the new website has no information on building ATLAS.
Well, at least it provides a link to a page with install instructions: http://www.scipy.org/Installing_SciPy/Linux
Do I need version 3 of gcc ?
I am on SuSE Linux 10.0 with gcc v4.0.2
In addition to what was already said, I noticed that its important, that the gfortran compiler is used and not g77. The easiest way to achieve that, is to make sure that compat-g77.rpm is not installed, but gfortran.rpm is. And yes, gcc4 works without problems though I can't say anything about performance. Eric gave instructions to compile f2py. That, however is not needed with numpy as it's already included. Regards, Christian