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

David Cournapeau david at ar.media.kyoto-u.ac.jp
Sat Feb 24 09:25:38 EST 2007


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 ?

    cheers,

    David



More information about the NumPy-Discussion mailing list