From: Nabil Ghodbane Date: Thu, 22 Dec 2022 16:23:04 +0000 (+0100) Subject: UB22.04: ensure that Python 3.6.5 is patched as it should be X-Git-Tag: V9_11_0~138 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7606fd9a37e585042366413df1b98bb7d743b9a4;p=tools%2Fsat_salome.git UB22.04: ensure that Python 3.6.5 is patched as it should be --- diff --git a/applications/MEDCOUPLING-9.10.0-MPI.pyconf b/applications/MEDCOUPLING-9.10.0-MPI.pyconf index 7bf28ae..9690c7d 100644 --- a/applications/MEDCOUPLING-9.10.0-MPI.pyconf +++ b/applications/MEDCOUPLING-9.10.0-MPI.pyconf @@ -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'} } ] diff --git a/applications/MEDCOUPLING-master-MPI.pyconf b/applications/MEDCOUPLING-master-MPI.pyconf index f1e9f0f..9802f5b 100644 --- a/applications/MEDCOUPLING-master-MPI.pyconf +++ b/applications/MEDCOUPLING-master-MPI.pyconf @@ -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'} } ] diff --git a/products/Python.pyconf b/products/Python.pyconf index fc70b29..b1e71ca 100755 --- a/products/Python.pyconf +++ b/products/Python.pyconf @@ -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"