[Nipy-devel] How to install NiPy on FC5
Jarrod Millman
millman at berkeley.edu
Tue Oct 17 13:12:41 CDT 2006
Hey,
I should have noticed this earlier, but the problem I think is that
you are using g77:
> error: Command "/usr/bin/g77 -g -Wall -fno-second-underscore -fPIC -O2
> -funroll-loops -march=i686 -mmmx -msse2 -msse -fomit-frame-pointer
> -malign-double -c -c Lib/fftpack/dfftpack/zfftb1.f -o
> build/temp.linux-i686-2.4/Lib/fftpack/dfftpack/zfftb1.o" failed with
> exit status 1
g77 is a fortran compiler provided on F5 via the compat-gcc-32-g77
package. It is probably easier to use gcc-gfortran-4.1.1 on F5. If
you don't have a specific need for gcc 3.2 compatibility, I would
recommend using the 4.1 version of gcc. Try removing, at least
temporarily, your compat-gcc-32 rpms. You can find them via: rpm -qa
"compat-gcc-32*". Please let me know if that helps.
Sorry for the initial difficulities. numpy 1.0 should be released
very soon (hopefully before the end of the month) at which point we
will start looking into using rpms for numpy and scipy, rather than
using the svn development trunk.
Also thanks for your patience and persistence!
Talk to you soon,
Jarrod
> On 10/16/06, Pierre Lafaye de Micheaux
> <Pierre.Lafaye-de-Micheaux at iut2.upmf-grenoble.fr> wrote:
> Hello,
>
> Here it is:
>
> [root at www numpy-trunk]# rpm -qa "*fft*"
> fftw-3.1.1-1.fc5
> fftw-devel-3.1.1-1.fc5
> djbfft-0.76-5.lvn5
> fftw2-devel-2.1.5-12.fc5
> fftw2-2.1.5-12.fc5
>
> Pierre
More information about the Nipy-devel
mailing list