Salome HOME
merge from master
[tools/sat_salome.git] / products / compil_scripts / openturns-1.18.sh
index ec323e7c104d27d0b4442754af704ad025c15345..ada4b7860b3463e0c995d75d1e0ea648b45a06fe 100755 (executable)
@@ -34,7 +34,7 @@ fi
 # https://github.com/persalys/persalys/issues/745
 LINUX_DISTRIBUTION="$DIST_NAME$DIST_VERSION"
 case $LINUX_DISTRIBUTION in
-    UB22*|CO8*|CO9*)
+    UB22*|CO8*|CO9*|FD36)
        echo "WARNING: switching OFF TBB support"
        CMAKE_OPTIONS+=" -DUSE_TBB=OFF"
        ;;
@@ -150,7 +150,7 @@ fi
 export PYTHONPATH=${PRODUCT_INSTALL}/lib/python${PYTHON_VERSION}/site-packages:${PYTHONPATH}
 export LD_LIBRARY_PATH=${PRODUCT_INSTALL}/lib:${LD_LIBRARY_PATH}
 chmod +x ${SOURCE_DIR}/openturns-1.18/python/test/t_features.py
-${SOURCE_DIR}/openturns-1.18/python/test/t_features.py
+${PYTHONBIN} ${SOURCE_DIR}/openturns-1.18/python/test/t_features.py
 if [ $? -ne 0 ]
 then
     echo "ERROR  testing Openturns features...."