Salome HOME
FD32: node seems to have been updated few days before Christmas break (to be confirme...
[tools/sat_salome.git] / applications / SALOME-master-native.pyconf
index a821551f7b0ffd9b2e19e1a89521f557880c538c..6ccc5408f5527f5b885ca67652b1bae220b3a0af 100644 (file)
@@ -31,7 +31,7 @@ APPLICATION :
         alabaster : 'native'
         Babel : 'native'
         boost : 'native'
-        CAS : {tag: 'f9481b4f21', section: 'version_7_5_3p1'}
+        CAS : 'V7_5_3p1'
         certifi : 'native'
         # Standalone native cgns works well. Unfortunately, it's directly linked to native hdf which uses a higher version than us.
         # Rollback to embedded version to avoid versions mismatch between both of them (see imp_1538_cgns_export_import.py)
@@ -40,6 +40,7 @@ APPLICATION :
         click : 'native'
         cmake : 'native'
         cppunit : 'native'
+        cminpack: '1.3.6'
         cycler : 'native'
         Cython : 'native'
         dateutil : 'native'
@@ -47,6 +48,8 @@ APPLICATION :
         doxygen : 'native'
         eigen : 'native'
         embree : '3.12.2'
+        FMILibrary : '2.0.3'
+        fftw : 'native'
         freeimage : 'native'
         freetype : 'native'
         gl2ps : 'native'
@@ -76,15 +79,17 @@ APPLICATION :
         omniORBpy : '4.2.3'
         opencv : 'native'
         openVKL : '0.11.0'
-        openturns: '1.16'
+        openturns: '1.17'
         ospray : '2.4.0'
         packaging : 'native'
+        pandas : 'native'
         ParaView : '5.9.0'
-        petsc : {tag : '3.15.0', section: 'version_3_15_0'}
+        petsc : {tag : '3.16.0', section: 'version_3_16_0'}
         Pillow : 'native'
         # 'native' not exists : freeCAD part but not delivered with it from package handler
         planegcs : '0.18-3cb6890'
         psutil : 'native'
+        PyFMI : '2.5'
         Pygments : 'native'
         pyparsing : 'native'
         PyQt : 'native'
@@ -107,6 +112,7 @@ APPLICATION :
         sphinxintl: 'native'
         sphinx_rtd_theme : 'native'
         StaticMeshPlugin: '5.8.0'
+        statsmodels : 'native'
         swig : 'native'
         salome_system : 'native'
         tbb : 'native'
@@ -152,10 +158,11 @@ APPLICATION :
         'PYHELLO'
         'EFICAS'
         'EFICAS_TOOLS'
-       'PY2CPP'
-       'ADAO'
-       'ADAO_INTERFACE'
+        'PY2CPP'
+        'ADAO'
+        'ADAO_INTERFACE'
         'PARAVISADDONS'
+        'TESTBASE'
         'CEATESTBASE' : {tag: 'SalomeV9'}
     }
     profile :
@@ -232,12 +239,33 @@ __overwrite__ :
    }
    {
       # FD 34 qt5 package is qt5-qtbase-devel.
-      
       __condition__ : "VARS.dist in ['FD34']"
       'APPLICATION.products.omniORB'  : '4.2.4'
       'APPLICATION.products.omniORBpy': '4.2.4'
       'PRODUCTS.root.version_6_22_02.patches' : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
       'PRODUCTS.qt.default.system_info.rpm' : []
       'PRODUCTS.qt.default.system_info.rpm_dev' : ["qt5-qtbase-devel"]
+      'PRODUCTS.PyFMI.version_2_5.properties.pip' : "no"
+      'PRODUCTS.PyFMI.version_2_5.compil_script' : "PyFMI-2.5.sh"
+   }
+   {
+     __condition__ : "VARS.dist in ['FD32']"
+      'PRODUCTS.PyFMI.version_2_5.properties.pip' : "no"
+      'PRODUCTS.PyFMI.version_2_5.compil_script' : "PyFMI-2.5.sh"
+   }
+   {
+     __condition__ : "VARS.dist in ['DB10', 'UB20.04']"
+      'APPLICATION.products.cminpack': 'native'
+      'PRODUCTS.PyFMI.version_2_5.properties.pip' : "no"
+      'PRODUCTS.PyFMI.version_2_5.compil_script' : "PyFMI-2.5.sh"
+   }
+   {
+     __condition__ : "VARS.dist in ['CO8']"
+      'APPLICATION.products.statsmodels' :  '0.6.1'  # will fail otherwise -  0.8.0 does not match Cython.
+      'APPLICATION.products.cminpack': '1.3.6'
+      'PRODUCTS.PyFMI.version_2_5.properties.pip' : "no"
+      'PRODUCTS.PyFMI.version_2_5.compil_script' : "PyFMI-2.5.sh"
+      'PRODUCTS.statsmodels.version_0_6_1.properties.pip' : "no"
+      'PRODUCTS.statsmodels.version_0_6_1.compil_script' : "statsmodels-0.6.1.sh"
    }
 ]