[Numpy-discussion] numpy.distutils and shared libraries
Brian Granger
ellisonbg.net@gmail....
Fri Jan 30 18:13:16 CST 2009
Hi,
2 ?'s about numpy.distutils:
1.
I am using config.add_library to build a c++ library that I will link
into some Cython extensions. This is working fine and generating a .a
library for me. However, I need a shared library instead. Is this
possible with numpy.distutils or will I need something like numscons?
2.
When calling add_library, what is the difference between the depends
and headers arguments?
Thanks!
Brian
More information about the Numpy-discussion
mailing list