On Mon, Jul 25, 2011 at 1:46 AM, Benjamin Kehlet <[email protected]> wrote: > When building Trilinos to see the newly installed Python (also > installed by Dorsal). The reason is apparantly that the cmake routine > FindPythonInterp sees the systemwide installation of python before > the new locally installed python interpreter. > > Is it possible that Dorsal can handle this the same way as it handles > Swig? This means > * Add to python.package > package_specific_register() { > export PYTHON_EXECUTABLE=${INSTALL_PATH}/bin/python > } > > * Add to trilinos.package > if [ -x "${PYTHON_EXECUTABLE}" ]; then > CONFOPTS="${CONFOPTS} -D PYTHON_EXECUTABLE:FILEPATH=${PYTHON_EXECUTABLE}" > fi
Yes, it should be possible, but probably not enough. We would also need to define PYTHON_INCLUDE_DIR and maybe also PYTHON_LIBRARY on some platforms. This will also need to be added in (at least) ufc.package and dolfin.package. Does any of the supported platform files require Python to be built from source? Johannes _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

