pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: freecad



Greg Troxel wrote:
> mlh%goathill.org@localhost (MLH) writes:
> 
> > So how do we force that with py-pyside-setup ?
> 
> Generally:
> 
>   file a bug upstream
> 
>   patch it to search correctly.  numpy-config is very strange, with
>   --cflags but not --libs (never mind that -I is a cppflag, not a
>   cflag), and a pkgconfig file in an odd place (but multiversion python
>   so I see why).
> 
>   patch it to check the possible directories for the numpy header and
>   use the one that's there.  Not really correct vs following
>   numpy-config/pkgconfig but not too bad.
> 
>   patch it to work within pkgsrc.  We know what numpy version we have
>   and where it puts things.  Just remove all the conditionals and use
>   that.

It appears to be more of a pkgsrc issue from what I have found. I
have searched all though pkgsrc to try to get an idea of how py-numpy
expects this sort of thing to work other than what I provided and
I can't find anything that seems very useful.

How would one add the include path as I mentioned earlier, as it
seems that is all that would be needed?



Home | Main Index | Thread Index | Old Index