Salome HOME
Switch 9.7.0 configurations to new RC1 tags
[tools/sat_salome.git] / applications / SALOME-9.7.0-native.pyconf
index b55093d53671428c2e1bd0c46f2fa57d33323203..f8357c620a4108d3dad483e04001d8d14bf558ae 100644 (file)
@@ -5,7 +5,7 @@ APPLICATION :
 {
     name : 'SALOME-9.7.0-native'
     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
-    tag : 'V9_7_BR'
+    tag : 'V9_7_0rc1'
     dev : 'no'
     verbose :'no'
     debug : 'no'
@@ -23,6 +23,7 @@ APPLICATION :
         launch : {PYTHONIOENCODING:"UTF_8"} # alternative is to encode every accentued string with .encode('utf-8')
         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 :
     {
@@ -105,6 +106,7 @@ APPLICATION :
         sphinxcontrib_websupport : 'native'
         sphinxintl: 'native'
         sphinx_rtd_theme : 'native'
+        StaticMeshPlugin: '5.8.0'
         swig : 'native'
         tbb : 'native'
         tcl : 'native'
@@ -118,7 +120,7 @@ APPLICATION :
         'SHAPER'
         'SHAPERSTUDY'
         'RESTRICTED'
-        'LIBBATCH' : {tag :'V2_4_4'}
+        'LIBBATCH' : {tag :'V2_4_5rc1'}
         'KERNEL'
         'MEDCOUPLING'
         'GUI'
@@ -147,12 +149,12 @@ APPLICATION :
         'CALCULATOR'
         'HELLO'
         'PYHELLO'
-        'EFICAS' : {tag : 'V9_7_0b1'}
-        'EFICAS_TOOLS' : {tag : 'V9_7_0b1'}
-       'PY2CPP' : {tag: 'v2.0'}
-       'ADAO' : {tag : 'V9_7_0b1'}
-       'ADAO_INTERFACE' : {tag : 'V9_7_0b1'}
-        'PARAVISADDONS' : {tag : 'master'}
+        'EFICAS'
+        'EFICAS_TOOLS'
+        'PY2CPP'
+        'ADAO'
+        'ADAO_INTERFACE'
+        'PARAVISADDONS'
         'CEATESTBASE' : {tag: 'SalomeV9'}
     }
     profile :
@@ -180,11 +182,6 @@ APPLICATION :
 }
 __overwrite__ :
 [
-   {
-      # openturns - make install seems to not doing anything (although we see files installation in logs)
-      __condition__ : "VARS.dist in ['FD32', 'CO8']"
-      'APPLICATION.rm_products' : ['openturns']
-   }
    {
       # Although recent adaptations of GEOM CMake procedure to be compliant with openCV 4.X, some
       # deeper investigations need to be done in its sources. Use embedded openCV product where
@@ -199,7 +196,8 @@ __overwrite__ :
                                                    'paraview.0005-ParaView_find_cgns.patch',
                                                    'paraview-0012-LATA_64BITS_IDS.patch',
                                                    'ParaView-5.9.0-CATALYST_cmake.patch',
-                                                   'paraview.0008-ParaView_coincident_rendering.patch']
+                                                   'paraview.0008-ParaView_coincident_rendering.patch',
+                                                   'paraview.0017-ParaView_protobuf_crash.patch']
    }
    {
       # On DB10, ParaView fails to find xmlpatterns executable : ParaViewClient.cmake try to find it
@@ -214,7 +212,8 @@ __overwrite__ :
                                                    'paraview-5.9_qt-minimum-version.patch',
                                                    'paraview.0003-ParaViewClient_native.patch',
                                                    'ParaView-5.9.0-CATALYST_cmake.patch',
-                                                   'paraview.0008-ParaView_coincident_rendering.patch']
+                                                   'paraview.0008-ParaView_coincident_rendering.patch',
+                                                   'paraview.0017-ParaView_protobuf_crash.patch']
    }
    {
       # CentOS 8 repositories don't include sphinxintl package which must be installed through pip.