X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FPython.pyconf;h=ca4be1b830a832237f0056b92bc7b3c840d77806;hb=e8005a2613a6031fe49b013f3482241c01e4744e;hp=4bcb1bf8db438d4f70abdcd7dccdb78f86b4ad52;hpb=8ee6bcdd43e887131a1fdc08c5ec362d0c53a194;p=tools%2Fsat_salome.git diff --git a/products/Python.pyconf b/products/Python.pyconf index 4bcb1bf..ca4be1b 100755 --- a/products/Python.pyconf +++ b/products/Python.pyconf @@ -18,6 +18,7 @@ default : env_script : $name + ".py" } depend : [] + opt_depend: ["gcc"] patches : [] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name @@ -44,9 +45,95 @@ 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_FD37: +{ + patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889 +} + +version_3_6_5_FD36: +{ + 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 +} + version_3_6_5_win : { compil_script : "Python-3.6.5.bat" patches : ['Python-3.6.5_windows.patch'] } + +version_3_6_8 : +{ + compil_script : 'Python-3.6.8.sh' + patches : [] +} + +version_3_6_15 : +{ + compil_script : "Python-3.6.15.sh" + patches : [] +} + +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" + patches : ['Python-3.6.15_windows.patch'] +} + +version_3_7_9 : +{ + patches : [] +} + +version_3_7_9_win : +{ + compil_script : "Python-3.7.9.bat" + patches : [] + build_depend : ['perl'] +} + +version_3_7_14 : +{ + compil_script : "Python-3.7.sh" + patches : [] +} + +version_3_7_14_win : +{ + compil_script : "Python-3.9.bat" + patches : [] + build_depend : ['perl'] +} + +version_3_9_14 : +{ + compil_script : "Python-3.9.sh" + patches : [] +} + +version_3_9_14_win : +{ + compil_script : "Python-3.9.bat" + patches : [] + build_depend : ['perl'] +}