[SciPy-dev] Setup doesn't pickup Intel Fortran compiler

Matthieu Brucher matthieu.brucher at gmail.com
Fri May 29 05:14:22 EDT 2009


Hi,

I have trouble getting Scipy (and numpy) using the correct Fortran compiler :

Found executable /appli/intel/10.1.018/intel64/cce/bin/icc
customize GnuFCompiler
Found executable /appli/intel/10.1.018/intel64/fce/bin/ifort
gnu: no Fortran 90 compiler found
Found executable /usr/bin/g77
gnu: no Fortran 90 compiler found
customize IntelFCompiler
customize LaheyFCompiler
Could not locate executable lf95
lahey: no Fortran 90 compiler found
lahey: no Fortran 90 compiler found
customize PGroupFCompiler
Could not locate executable pgf90
pg: no Fortran 90 compiler found
pg: no Fortran 90 compiler found
customize AbsoftFCompiler
Could not locate executable f90
absoft: no Fortran 90 compiler found
absoft: no Fortran 90 compiler found
absoft: no Fortran 90 compiler found
absoft: no Fortran 90 compiler found
absoft: no Fortran 90 compiler found
absoft: no Fortran 90 compiler found
customize NAGFCompiler
Found executable /usr/bin/f95
customize VastFCompiler
customize GnuFCompiler
gnu: no Fortran 90 compiler found
gnu: no Fortran 90 compiler found
customize CompaqFCompiler
Could not locate executable fort
compaq: no Fortran 90 compiler found
compaq: no Fortran 90 compiler found
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
Found executable /usr/bin/gfortran
customize Gnu95FCompiler
customize UnixCCompiler
customize UnixCCompiler using scons
Found executable /appli/intel/10.1.018/intel64/cce/bin/icpc

Why is it trying to search for another Fortran compiler when it
actually found the Intel one?
I used python setup.py install or python setup.py install
--fcompiler=intelem, but the output was the same :|

Matthieu
-- 
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher



More information about the SciPy-Dev mailing list