[Numpy-discussion] Inquiry Regarding F2PY Windows Content

David Cournapeau cournape at gmail.com
Wed Jun 10 11:43:30 EDT 2009


On Thu, Jun 11, 2009 at 12:30 AM, Carl, Andrew F (AS)<a.carl at ngc.com> wrote:
>
> Then how about known combinations of version numbers for g77/gcc,
> python, and numpy?

Any of them should work. Numpy on windows is built with g77/gcc as
available from the official MinGW installer.

>. Something on where to look to
> see whats going on would be helpful!

Something like python setup.py build_ext --fcompiler=gnu

should force to look for g77 instead of the Intel fortran compiler.

David



More information about the NumPy-Discussion mailing list