[SciPy-user] Error while installing Scipy

Robert Kern robert.kern at gmail.com
Thu Apr 6 21:21:29 EDT 2006


Rahul Kanwar wrote:
> Hello,
>    I am working on 64 bit Xeon machine running Suse 10. I am using
> Intel's MKL and ifort for compiling Numpy and Scipy.
>    I succesfuly compiled Numpy using this combination and was able to
> load it in the python interpreter. But i get errors while compiling
> Scipy, here is what i am getting:
> 
> ---------------------------------------------------------------
> ifort: Command line warning: ignoring unknown option '-fno-second-underscore'
> ifort: Command line warning: overriding '-O3' with '-O2'
> ifort:f77: Lib/integrate/odepack/cfode.f
> ifort: Command line warning: ignoring option '-W'; no argument required
> ifort: Command line warning: ignoring unknown option '-fno-second-underscore'
> ifort: Command line warning: overriding '-O3' with '-O2'
> ifort:f77: Lib/integrate/odepack/iprep.f
> ifort: Command line warning: ignoring option '-W'; no argument required
> ifort: Command line warning: ignoring unknown option '-fno-second-underscore'
> ifort: Command line warning: overriding '-O3' with '-O2'
> ifort:f77: Lib/integrate/odepack/prepj.f
> ifort: Command line warning: ignoring option '-W'; no argument required
> ifort: Command line warning: ignoring unknown option '-fno-second-underscore'
> ifort: Command line warning: overriding '-O3' with '-O2'
> ar: adding 50 object files to build/temp.linux-x86_64-2.4/libodepack.a
> ar: adding 9 object files to build/temp.linux-x86_64-2.4/libodepack.a
> running build_ext
> customize UnixCCompiler
> customize UnixCCompiler using build_ext
> customize GnuFCompiler
> customize IntelFCompiler
> customize LaheyFCompiler
> customize PGroupFCompiler
> customize AbsoftFCompiler
> customize NAGFCompiler
> customize VastFCompiler
> customize GnuFCompiler
> customize CompaqFCompiler
> customize IntelItaniumFCompiler
> customize Gnu95FCompiler
> customize G95FCompiler
> customize GnuFCompiler
> customize Gnu95FCompiler
> warning: build_ext: fcompiler=gnu is not available.

What was the command-line that you used? It appears that you did not set
--fcompiler=intel on the build_ext command.

-- 
Robert Kern
robert.kern at gmail.com

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco




More information about the SciPy-User mailing list