Hi,

    I have finally spent some time so that we can install pure C
libraries using numpy.distutils. With this, one could imagine having a C
library for fft, special functions in numpy or scipy, so that the
library could be reused in another package at the C level. If someone
knowledgeable about numpy.distutils would like to review this branch, I
would be grateful:

http://codereview.appspot.com/75047/show

The branch uses this functionality for npy_math, so that we can do:

# get_npymath_info is in numpy.distutils.misc_util, and its output is
compatible with system_info
config.add_library("foo", sources=['foo.c'], extra_info=get_npymath_info())

The code to add an installable library is generic, but there is no code
to get the build info for external packages (except for npy_math). I did
not find an obvious way to do this generically,

thanks,

David
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to