Re: [f2py] gfortran instead of g77

Sturla Molden <[email protected]> Fri, 7 Feb 2014 07:11:18 +0000 (UTC)
Newsgroups gmane.comp.python.f2py.user
Message-ID <[email protected]>
Allen Cogbill <[email protected]> wrote:
> I've used F2py for a couple of years with MinGW, but now, on a new 
> machine with a new compiler set, I haven't been able to build any 
> extension modules, as F2py searches for g77/f77 or g90/f90 -- my current 
> MinGW setup comes with gfortran. I have FC_VENDOR set to gnu, but F2py 
> still fails. Is there a relatively easy workaround for this?

f2py --fcompiler=gnu95 foobar.f