On Wed, Aug 12, 2015 at 6:23 PM, Christian Engwer <
christian.eng...@uni-muenster.de> wrote:

> Dear all,
>
> I'm trying to use the numpy distutils to install native C
> libraries. These are part of a larger roject and should be usable
> standalone. I managed to install headers and libs, but now I
> experience problems writing the corresponding pkg file. I first tried
> to do the trick without numpy, but getting all the pathes right in all
> different setups is really a mess.
>

This doesn't answer your question but: why? If you're not distributing a
Python project, there is no reason to use distutils instead of a sane build
system.

Ralf
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to