Salome HOME
Remove the GEOM patch related to opencv on CO6 - finally fixed in its sources
[tools/sat_salome.git] / applications / SALOME-master-native.pyconf
index 9454e4deaad4ee8dc0829ec3031114142cbe6f66..03639a3e412abd177447b1aa09efc5420bc92eb6 100644 (file)
@@ -17,6 +17,7 @@ APPLICATION :
         {
            CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
            RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
+           SALOME_USE_64BIT_IDS : '1'
         }
         launch : {PYTHONIOENCODING:"UTF_8"} # alternative is to encode every accentued string with .encode('utf-8')
         SALOME_trace : "local" # local/file:.../with_logger
@@ -63,7 +64,7 @@ APPLICATION :
         matplotlib : 'native'
         medfile : {section: 'default_Autotools', tag: '4.1.0'}
         mesa : 'native'
-        MeshGems : '2.11-5'
+        MeshGems : '2.12-1'
         metis : 'native'
         netgen : '5.3.1_with_CAS_7.2'
         nlopt : '2.4.2'
@@ -71,10 +72,11 @@ APPLICATION :
         omniORB : '4.2.2'
         omniORBpy : '4.2.2'
         opencv : 'native'
-        openssl : 'native'
+        openturns: '1.16'
         ospray : '1.8.4'
         packaging : 'native'
         ParaView : '5.8.0'
+        petsc : '3.14.0'
         Pillow : 'native'
         # 'native' not exists : freeCAD part but not delivered with it from package handler
         planegcs : '0.18-3cb6890'
@@ -88,6 +90,7 @@ APPLICATION :
         qt : 'native'
         qwt : 'native'
         requests : 'native'
+        root: '6.22.02'
         scipy : 'native'
         scotch : 'native'
         setuptools : 'native'
@@ -99,11 +102,13 @@ APPLICATION :
         sphinxcontrib_websupport : 'native'
         sphinxintl: 'native'
         sphinx_rtd_theme : 'native'
+        StaticMeshPlugin : '5.8.0'
         swig : 'native'
         tbb : 'native'
         tcl : 'native'
         tk : 'native'
         urllib3 : 'native'
+        URANIE : '4.5.0'
 
         # SALOME MODULES :
         'CONFIGURATION'
@@ -111,9 +116,9 @@ APPLICATION :
         'SHAPER'
         'SHAPERSTUDY'
         'RESTRICTED'
-        'LIBBATCH' : {tag :'V2_4_4rc1'}
+        'LIBBATCH' : {tag :'V2_4_4'}
         'KERNEL'
-        'MEDCOUPLING' : {section: 'default_int64'}
+        'MEDCOUPLING'
         'GUI'
         'GEOM'
         'SMESH'
@@ -131,6 +136,7 @@ APPLICATION :
         'PARAVIS'
         'JOBMANAGER'
         'YACS'
+        'SOLVERLAB'
         'YACSGEN'
         'DOCUMENTATION'
         'SAMPLES'
@@ -144,6 +150,7 @@ APPLICATION :
        'PY2CPP' : {tag: 'v2.0'}
        'ADAO'
        'ADAO_INTERFACE'
+        'PARAVISADDONS'
         'CEATESTBASE' : {tag: 'SalomeV9'}
     }
     profile :
@@ -169,13 +176,13 @@ APPLICATION :
         single_install_dir : "yes"
     }
 }
-__overwrite__ :
-[
-   {
-      # Overwrite dedicated to older distributions for a further native use
-      # (Some system packages are missing for now on CentOS 8)
-      __condition__ : "VARS.dist in ['FD32', 'DB10']"
-      'APPLICATION.products.omniORB' : 'native'
-      'APPLICATION.products.omniORBpy' : 'native'
-   }
-]
+#__overwrite__ :
+#[
+#   {
+#      # Overwrite dedicated to older distributions for a further native use
+#      # (Some system packages are missing for now on CentOS 8)
+#      __condition__ : "VARS.dist in ['FD32', 'DB10']"
+#      'APPLICATION.products.omniORB' : 'native'
+#      'APPLICATION.products.omniORBpy' : 'native'
+#   }
+#]