[Numpy-discussion] f2py, numpy.distutils and multiple Fortran source files

David Verelst david.verelst at gmail.com
Sat Dec 5 10:01:02 EST 2015


Thanks a lot for providing the example Sturla, that is exactly what we are
looking for!

On 4 December 2015 at 11:34, Sturla Molden <sturla.molden at gmail.com> wrote:

> On 03/12/15 22:07, David Verelst wrote:
>
> Can this workflow be incorporated into |setuptools|/|numpy.distutils|?
>> Something along the lines as:
>>
>
> Take a look at what SciPy does.
>
>
> https://github.com/scipy/scipy/blob/81c096001974f0b5efe29ec83b54f725cc681540/scipy/fftpack/setup.py
>
> Multiple Fortran files are compiled into a static library using
> "add_library", which is subsequently linked to the extension module.
>
>
> Sturla
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20151205/a744c574/attachment.html>


More information about the NumPy-Discussion mailing list