[Numpy-discussion] How to tell numpy to use gfortran as a compiler ?

Robert Kern robert.kern at gmail.com
Sat Feb 24 10:45:15 EST 2007


David Cournapeau wrote:
> Hi,
> 
>     I try to compile numpy using gfortran, using:
> 
>     python setup.py config --fcompiler=gnu
> 
>     But this does not work. Whatever option I try, numpy build system 
> uses g77, and as a result, I have problems with my ATLAS library 
> compiled with gfortran. What should I do to compiler numpy with 
> blas/lapack compiler with gfortran ?

--fcompiler=gnu95

-- 
Robert Kern

"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 NumPy-Discussion mailing list