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@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to