From: Nabil Ghodbane Date: Mon, 19 Jul 2021 14:01:38 +0000 (+0200) Subject: UB20 natif TITANIA - NO /usr/bin/python => use PYTHONBIN instead X-Git-Tag: V9_8_0~131 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8c7d868af4a165330cfa66aca040cbea49fcac51;p=tools%2Fsat_salome.git UB20 natif TITANIA - NO /usr/bin/python => use PYTHONBIN instead --- diff --git a/products/compil_scripts/openturns.sh b/products/compil_scripts/openturns.sh index be3a91b..927bcc9 100755 --- a/products/compil_scripts/openturns.sh +++ b/products/compil_scripts/openturns.sh @@ -14,7 +14,7 @@ fi CMAKE_OPTIONS="" CMAKE_OPTIONS+=" -DCMAKE_INSTALL_PREFIX:STRING=${PRODUCT_INSTALL}" CMAKE_OPTIONS+=" -DCMAKE_BUILD_TYPE:STRING=Release" -CMAKE_OPTIONS+=" -DPYTHON_EXECUTABLE=${PYTHON_ROOT_DIR}/bin/python" +CMAKE_OPTIONS+=" -DPYTHON_EXECUTABLE=${PYTHONBIN}" CMAKE_OPTIONS+=" -DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig" echo