[Paraview] building paraview against non-framework python?

Brad King brad.king at kitware.com
Thu May 7 23:46:33 EDT 2009


Jack Howarth wrote:
> -DPYTHON_LIBRARIES=%p/lib/python2.6/config \
> -DPYTHON_DEBUG_LIBRARIES=%p/lib/python2.6/config \

-DPYTHON_LIBRARY=%p/lib/python2.6/config/libpython2.6.a
-DPYTHON_DEBUG_LIBRARY=%p/lib/python2.6/libpython2.6.a

The persistent cache variables are singular.  The plural
names are those reported from FindPythonLibs for use by
the project, and they may contain additional libraries
(at least in the case of some other packages, so we
use this convention for naming).

-Brad


More information about the ParaView mailing list