,
On Tue, Aug 16, 2011 at 7:50 PM, Jose Gomez-Dans wrote:
> Hi,
>
> Up to now, I have managed to build Fortran extensions with f2py by ussing
> the following command:
> $ python setup.py config_fc --fcompiler=gnu95
> --f77flags='-fmy_flags' --f90flags='-fmy_flags' build
>
> I think that these op
Hi,
Up to now, I have managed to build Fortran extensions with f2py by ussing
the following command:
$ python setup.py config_fc --fcompiler=gnu95
--f77flags='-fmy_flags' --f90flags='-fmy_flags' build
I think that these options should be able to go in a setup.py file, and use
the f2py_options fi