>> 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?
>
> nums
On Fri, Jan 30, 2009 at 18:13, Brian Granger wrote:
> 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 i
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 someth