From: Quentin Cozette Date: Thu, 28 Jan 2021 16:56:46 +0000 (+0100) Subject: Use global PYTHONBIN variable for SOLVERLAB compilation (compliant with native use) X-Git-Tag: V9_7_0~137 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=87742fea530cc3660fcb319f7abc1897a4a09d8b;p=tools%2Fsat_salome.git Use global PYTHONBIN variable for SOLVERLAB compilation (compliant with native use) --- diff --git a/products/compil_scripts/SOLVERLAB.sh b/products/compil_scripts/SOLVERLAB.sh index c6aa155..99794cb 100755 --- a/products/compil_scripts/SOLVERLAB.sh +++ b/products/compil_scripts/SOLVERLAB.sh @@ -6,8 +6,7 @@ echo "########################################################################## CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPYTHON_ROOT_DIR=${PYTHON_ROOT_DIR}" -CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPYTHON_EXECUTABLE=${PYTHON_ROOT_DIR}/bin/python" -CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPYTHON_INCLUDE_DIR=${PYTHON_ROOT_DIR}/include/python${PYTHON_VERSION}" +CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPYTHON_EXECUTABLE=${PYTHONBIN}" CMAKE_OPTIONS=$CMAKE_OPTIONS" -DPYQT5_ROOT_DIR=${PYQT5_ROOT_DIR}" CMAKE_OPTIONS=$CMAKE_OPTIONS" -DMATPLOTLIB_ROOT_DIR=${MATPLOTLIB_ROOT_DIR}" CMAKE_OPTIONS=$CMAKE_OPTIONS" -DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig"