[Bf-committers] python install directory option in cmake

Campbell Barton ideasman42 at gmail.com
Fri Dec 31 01:43:32 CET 2010


On Wed, Dec 29, 2010 at 4:43 PM, pete larabell <xgl.asyliax at gmail.com> wrote:
> Hi all,
>
> I've noticed in recent svn updates, there doesn't seem to be the option to
> specify where in the filesystem python is installed on a system anymore. Was
> this intentionally dropped or am I possibly just missing something?
>
> This causes issues on FreeBSD because a user adding python3.1 to their
> system will add it to /usr/local/include/ instead of /usr/include/
>
> I can create link/symlinks to "correct" the problem, but it was far more
> convenient to specify it whilst in ccmake :)
>
> Thanks,
> Pete

Show advanced options in ccmake or cmake-gui and you can set
PYTHON_INC PYTHON_LIB and PYTHON_LIBPATH.

-- 
- Campbell


More information about the Bf-committers mailing list