On Wed, Aug 12, 2015 at 10:50 AM, Ralf Gommers <ralf.gomm...@gmail.com>
wrote:

>
>
> 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.
>

Believe it or not, distutils *is* one of the saner build systems when you
want something cross platform. Sad, isn't it...

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

Reply via email to