]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
remove PRODUCTS in overwrite section
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 16 Dec 2021 13:12:48 +0000 (14:12 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 16 Dec 2021 13:12:48 +0000 (14:12 +0100)
applications/MEDCOUPLING-9.8.0-MPI.pyconf
products/Python.pyconf

index 701a0c25a671c2d0a77b8e9431d06b5472ebe17c..bc0970be9820eb6c45bb4eacb943220c0210883c 100644 (file)
@@ -91,7 +91,8 @@ __overwrite__ :
         '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
     }
     {
+        # https://github.com/pyenv/pyenv/issues/1889
         __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
+        'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_FD34'}
     }
 ]
index a64bd45ab0f792c73eed3aa7073a9df62fdf96b7..d14395a04b02e883227353976e8c9670ef1cfa73 100755 (executable)
@@ -45,6 +45,11 @@ version_3_6_5 :
  patches : []
 }
 
+version_3_6_5_FD34:
+{
+  patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
+}
+
 version_3_6_5_win :
 {
     compil_script : "Python-3.6.5.bat"