pkgsrc-Users archive

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

Re: freecad



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.

  


Home | Main Index | Thread Index | Old Index