![](https://secure.gravatar.com/avatar/d41fa6e1fe29e6c5c5821b5a3f31f190.jpg?s=120&d=mm&r=g)
On Tue, 28 Feb 2006 18:29:44 +0900 Christian Kristukat <ckkart@hoc.net> wrote:
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
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
Hi Christian, SuSE 10.0 comes with gcc-fortran Name : gcc-fortran Relocations: (not relocatable) Version : 4.0.2_20050901 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany Release : 3 Build Date: Fri 09 Sep 2005 06:08:56 PM CEST Install date: Mon 27 Feb 2006 01:01:19 PM CET Build Host: fatou.suse.de Group : Development/Languages/Fortran Source RPM: gcc-4.0.2_20050901-3.src.rpm Size : 7490931 License: GPL Signature : DSA/SHA1, Fri 09 Sep 2005 07:04:43 PM CEST, Key ID a84edae89c800aca Packager : http://www.suse.de/feedback URL : http://gcc.gnu.org/ Summary : The GNU Fortran Compiler and Support Files Description : This is the Fortran compiler of the GNU Compiler Collection (GCC). Authors: -------- The GCC team. Distribution: SUSE LINUX 10.0 (X86-64) Nils