Salome HOME
update gitpub repository
[tools/sat_salome.git] / applications / SALOME-master-native.pyconf
index 858c61e5d356afe28fe4618dcd1c5d450e972980..2d7139a5789e3e236f8d05c677f89538cfe7c4ad 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
@@ -27,36 +28,26 @@ APPLICATION :
         # PREREQUISITES :
         alabaster : 'native'
         Babel : 'native'
-        # Previous master version : '1.58.0'
         boost : 'native'
-        CAS : 'V7_4_0p1'
+        CAS : 'CR740-SALOME-PATCH'
         certifi : 'native'
-        # Previous master version : '3.3.1'
         cgns : 'native'
         chardet : 'native'
         click : 'native'
-        # Previous master version : '3.12.1'
         cmake : 'native'
-        # Previous master version : '1.13.2'
         cppunit : 'native'
         cycler : 'native'
         Cython : 'native'
         dateutil : 'native'
         docutils : 'native'
-        # Previous master version : '1.8.14'
         doxygen : 'native'
-        # Previous master version : '3.3.4'
         eigen : 'native'
         embree : '3.3.0'
-        # Previous master version : '3.16.0'
         freeimage : 'native'
-        # Previous master version : '2.9.1'
         freetype : 'native'
-        # Previous master version : '1.4.0_4037312'
         gl2ps : 'native'
         # 'native' too difficult here : need python-pip package (gmsh-sdk) besides system packages
         gmsh : '4.1.4'
-        # Previous master version : '2.38.0'
         graphviz : 'native'
         hdf5 : '1.10.3'
         homard_bin : '11.12_hdf51103med410'
@@ -66,31 +57,25 @@ APPLICATION :
         ispc : '1.9.2'
         Jinja2 : 'native'
         kiwisolver : 'native'
-        # Previous master version : '3.8.0'
         lapack : 'native'
-        # Previous master version : '2.9.1'
         libxml2 : 'native'
-        # 'native' is conflicting : version 7 which needs a higher ispc version than above
         llvm : 'native'
         markupsafe : 'native'
         matplotlib : 'native'
-        medfile : '4.1.0'
-        # Previous master version : '13.0.6'
+        medfile : {section: 'default_Autotools', tag: '4.1.0'}
         mesa : 'native'
-        MeshGems : '2.11-5'
-        # Previous master version : '5.1.0'
+        MeshGems : '2.12-1'
         metis : 'native'
         netgen : '5.3.1_with_CAS_7.2'
         nlopt : '2.4.2'
         numpy : 'native'
         omniORB : '4.2.2'
         omniORBpy : '4.2.2'
-        # Previous master version : '3.2.0'
         opencv : 'native'
-        openssl : 'native'
         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'
@@ -102,10 +87,9 @@ APPLICATION :
         Python : 'native'
         pytz : 'native'
         qt : 'native'
-        qwt : '6.1.2'
+        qwt : 'native'
         requests : 'native'
         scipy : 'native'
-        # Previous master version : '6.0.4' (too old for native metis)
         scotch : 'native'
         setuptools : 'native'
         sip : 'native'
@@ -116,11 +100,8 @@ APPLICATION :
         sphinxcontrib_websupport : 'native'
         sphinxintl: 'native'
         sphinx_rtd_theme : 'native'
-        # Previous master version : '3.0.12'
         swig : 'native'
-        # Previous master version : '4.4'
         tbb : 'native'
-        # 'native' isn't compliant with netgen5 on Debian
         tcl : 'native'
         tk : 'native'
         urllib3 : 'native'
@@ -131,7 +112,7 @@ APPLICATION :
         'SHAPER'
         'SHAPERSTUDY'
         'RESTRICTED'
-        'LIBBATCH' : {tag :'V2_4_3'}
+        'LIBBATCH' : {tag :'V2_4_4'}
         'KERNEL'
         'MEDCOUPLING'
         'GUI'
@@ -151,6 +132,7 @@ APPLICATION :
         'PARAVIS'
         'JOBMANAGER'
         'YACS'
+        'SOLVERLAB'
         'YACSGEN'
         'DOCUMENTATION'
         'SAMPLES'
@@ -164,6 +146,7 @@ APPLICATION :
        'PY2CPP' : {tag: 'v2.0'}
        'ADAO'
        'ADAO_INTERFACE'
+        'PARAVISADDONS'
         'CEATESTBASE' : {tag: 'SalomeV9'}
     }
     profile :
@@ -189,19 +172,13 @@ APPLICATION :
         single_install_dir : "yes"
     }
 }
-__overwrite__ :
-[
-   {
-      #
-      __condition__ : "VARS.dist in ['DB10']"
-      'PRODUCTS.embree.default.depend' : ['ispc']
-   }
-
-   {
-      # as agreed, we don't build SALOME with OSpray support.
-      __condition__ : "VARS.dist in ['FD30']"
-      'APPLICATION.rm_products' : ['embree', 'ispc', 'ospray']
-      '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'
+#   }
+#]