Salome HOME
UB20 natif TITANIA - NO /usr/bin/python => use PYTHONBIN instead - opencv + openturns
[tools/sat_salome.git] / applications / SALOME-9.7.0-MPI.pyconf
index e7e9081e6aecb299b1582ac2d62e2f16ce6c9d06..b4a76fd9b0263c06be93358704c48b49d849b2f2 100644 (file)
@@ -23,6 +23,7 @@ APPLICATION :
         launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH"}
         SALOME_trace : "local" # local/file:.../with_logger
         SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER"  # specify the first modules to display in gui
+        SALOME_ACTOR_DELEGATE_TO_VTK : '1'
     }
     products :
     {
@@ -35,7 +36,7 @@ APPLICATION :
         cgns : {tag : '4.1.1', hpc : 'yes'}
         chardet : '3.0.4'
         click : '6.7'
-        cmake : '3.12.1'
+        cmake : '3.17.5'
         cppunit : '1.13.2'
         cycler : '0.10.0'
         Cython : '0.25.2'
@@ -178,5 +179,9 @@ APPLICATION :
 }
 __overwrite__ :
 [
+    {
+        # with cmake 3.17.5 issue with Python2 detection - remove it since not required
+        'PRODUCTS.opencv.version_3_2_0.patches' : ['opencv-3.2.0-ccache.patch','opencv-3.2.0-python2-cmake-3.17.5.patch']
+    }
 ]