[Numpy-discussion] Installed C libraries and using core math library

David Cournapeau cournape at gmail.com
Mon Jul 27 11:56:41 EDT 2009


Hi,

I have recently integrated my work on numpy.distutils to build so
called "installable" C libraries, that is pure C libraries which can
be installed and reused by 3rd parties.

The general documentation is in the distutils section:

http://docs.scipy.org/doc/numpy/reference/distutils.html#building-installable-c-libraries

Example to reuse the math library is given in the core math library
section in the C api chapter:

http://docs.scipy.org/doc/numpy/reference/c-api.coremath.html#linking-against-the-core-math-library-in-an-extension

cheers,

David



More information about the NumPy-Discussion mailing list