[Bf-committers] Numpy integration

Dan Eicher dan at trollwerks.org
Tue May 1 02:20:51 CEST 2012


On Mon, Apr 30, 2012 at 8:16 AM, Eugenio Pignataro <info at oscurart.com.ar> wrote:
> I have my python 3.2.3  compiled from source in Ubuntu 12.04.
>
> Cmake can't find numpy.
> My folder : /usr/local/lib/python3.2/site-packages is empty.
>
> What I need?
>
Your OS most likely installs the python packages in /usr/lib while
cmake is apparently looking for them in /usr/local/lib -- where I'd
imagine you have cmake looking for your custom installed python.

Probably just a matter of making (or fixing) a FindNUMPY.cmake module
(which IMHO all libs should have *cough*ffmpeg*cough*)

Dan


More information about the Bf-committers mailing list