]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
UB22.04: ensure that Python 3.6.5 is patched as it should be
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 22 Dec 2022 16:23:04 +0000 (17:23 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 22 Dec 2022 16:23:04 +0000 (17:23 +0100)
applications/MEDCOUPLING-9.10.0-MPI.pyconf
applications/MEDCOUPLING-master-MPI.pyconf
products/Python.pyconf

index 7bf28ae6b7fd722f0ae1c542e18f6da50ad2102c..9690c7dd5006ae05be31836792b857ca0d8f97b9 100644 (file)
@@ -113,5 +113,6 @@ __overwrite__ :
         # gcc https://github.com/scipy/scipy/issues/11611
         # either patch numpy to include -fallow-argument-mismatch or move to that version
         'APPLICATION.products.scipy' : '1.5.2'
+        'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_UB22_04'}
     }
 ]
index f1e9f0f979a97e8bd27d3afaf33414d52e7c55c9..9802f5be06cc050fe97899e80b77963a93d8407b 100644 (file)
@@ -113,5 +113,6 @@ __overwrite__ :
         # gcc https://github.com/scipy/scipy/issues/11611
         # either patch numpy to include -fallow-argument-mismatch or move to that version
         'APPLICATION.products.scipy' : '1.5.2'
+        'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_UB22_04'}
     }
 ]
index fc70b292a8a6b13b09bc63d8e271b2f1569d84fc..b1e71ca0c462c7afa450aab9b6cc212d8f22dc3b 100755 (executable)
@@ -45,6 +45,11 @@ version_3_6_5 :
  patches : []
 }
 
+version_3_6_5_UB22_04:
+{
+  patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
+}
+
 version_3_6_5_FD34:
 {
   patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
@@ -73,6 +78,11 @@ version_3_6_15_FD34:
   patches: ["python_3.6.15-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
 }
 
+version_3_6_15_UB22_04:
+{
+  patches: ["python_3.6.15-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
+}
+
 version_3_6_15_win :
 {
     compil_script : "Python-3.6.15.bat"