Salome HOME
netgen: windows- wrong script name
[tools/sat_salome.git] / applications / SALOME-master.pyconf
index 8da714aa760c60dc1ae95b7d7a9ced380ba59e58..c1a85a62bf04a2e207ddbe363a90fb2ddf880ec2 100644 (file)
@@ -31,7 +31,7 @@ APPLICATION :
         alabaster : '0.7.6'
         Babel : '2.7.0'
         boost : '1.71.0'
-        CAS : {tag: 'V7_5_0p1', section: 'version_V7_5_0'}
+        CAS : {tag: '1e74e3eacd', section: 'version_V7_5_0'}
         certifi : '2018.8.24'
         cgns : '4.1.1'
         chardet : '3.0.4'
@@ -47,7 +47,11 @@ APPLICATION :
         embree : '3.12.2'
         freeimage : '3.16.0'
         freetype : '2.9.1'
-        gmsh : '4.1.4'
+        gcc  :  '8.5.0'
+        mpc : 'native'
+        gmp : 'native'
+        mpfr : 'native'
+        gmsh : '4.8.4'
         graphviz : '2.38.0'
         hdf5 : '1.10.3'
         idna : '2.7'
@@ -60,11 +64,11 @@ APPLICATION :
         llvm : '8.0.1-clang'
         markupsafe : '0.23'
         matplotlib : '3.0.3'
-        medfile : {section: 'default_Autotools', tag: '4.1.0'}
+        medfile : {section: 'default_Autotools', tag: '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'
+        netgen : '6.2.2101'
         nlopt : '2.5.0'
         numpy : '1.16.4'
         omniORB : '4.2.2'
@@ -172,7 +176,7 @@ APPLICATION :
         repo_dev : "yes"
         pip : 'yes'
         pip_install_dir : 'python'
-        single_install_dir : "yes"
+        single_install_dir : "no"
     }
 }
 __overwrite__ :
@@ -182,4 +186,13 @@ __overwrite__ :
    # https://github.com/scipy/scipy/issues/11611
    'APPLICATION.products.scipy' : '1.5.2'
   }
+  {
+   __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']
+  }
 ]