Salome HOME
netgen: windows- wrong script name
[tools/sat_salome.git] / applications / SALOME-master-int32.pyconf
index 01d67ea275b414debade1d8dd79c83d3e38e1a26..3b4e742ca753c4e9ac9704be3a3580944ec8f7be 100644 (file)
@@ -44,6 +44,10 @@ APPLICATION :
         embree : '3.3.0'
         freeimage : '3.16.0'
         freetype : '2.9.1'
+        gcc  :  '8.5.0'
+        mpc : 'native'
+        gmp : 'native'
+        mpfr : 'native'
         gmsh : '4.8.4'
         graphviz : '2.38.0'
         hdf5 : '1.10.3'
@@ -58,9 +62,9 @@ APPLICATION :
         llvm : '8.0.1-clang'
         markupsafe : '0.23'
         matplotlib : '2.2.2'
-        medfile : '4.1.0'
+        medfile : '4.1.1'
         mesa : '19.0.8'
-        MeshGems : '2.12-1'
+        MeshGems : '2.13-1'
         metis : '5.1.0'
         netgen : '5.3.1_with_CAS_7.2'
         nlopt : '2.5.0'
@@ -220,4 +224,13 @@ __overwrite__ :
                                                  'pv_coincident.patch'
                                                 ]
   }
+  {
+   __condition__ : "VARS.dist in ['FD30']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.gcc' : '9.3.0'
+  }
+  {
+   __condition__ : "VARS.dist not in ['DB08','DB09', 'FD30']"
+   'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+  }
 ]