On Sat, Feb 25, 2012 at 9:29 PM, Mark Bakker <[email protected]> wrote:

> Thanks for the reply, Ralf.
> Can you point me a bit in the right direction.
> Scipy is pretty big.
>

All Fortran sources in Scipy are wrapped with f2py, and can be compiled
with gfortran the way you want. As a simple example, have a look at
integrate/setup.py to see how the extension "dop" is compiled. You can
probably just use a similar config.add_library() call. If you only need the
exact compile arguments, just compile scipy and get them from the build log.

Ralf
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to