]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
added FD34 patch to MEDCOUPLING and fixed typo
authorNicolas OTTON <nicolaS.otton@cea.fr>
Fri, 10 Dec 2021 13:41:54 +0000 (14:41 +0100)
committerNicolas OTTON <nicolaS.otton@cea.fr>
Fri, 10 Dec 2021 13:41:54 +0000 (14:41 +0100)
applications/MEDCOUPLING-9.8.0-MPI.pyconf
applications/MEDCOUPLING-9.8.0.pyconf

index 8c21f4b8162f062483df27f7c1e2f97073342ea4..701a0c25a671c2d0a77b8e9431d06b5472ebe17c 100644 (file)
@@ -69,7 +69,7 @@ APPLICATION :
 
         # SALOME MODULES :
         'CONFIGURATION'
-        'MEDCOUPLING' : {tag : 'V9_8_0rc1', section: 'default_MPI'}
+        'MEDCOUPLING' : {section: 'default_MPI'}
     }
     test_base : 
     {
index b9fa5201856aab67dd9a126a56e5295e0f6d9aa9..6774d9ccd8bf52ca37946289468758326d46f507 100644 (file)
@@ -85,7 +85,11 @@ APPLICATION :
 __overwrite__ :
 [
     {
-        __condition__ : "VARS.dist in ['FD32']"
+        __condition__ : "VARS.dist in ['FD32', 'FD34']"
         'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
     }
-]
+    {
+        __condition__: "VARS.dist in ['FD34']"
+        'PRODUCTS.Python.version_3_6_5.patches' : ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
+    }
+]
\ No newline at end of file