Salome HOME
merge from master
[tools/sat_salome.git] / products / Python.pyconf
index cceda4dd2c0d7017a0ddb2154e5a1d9eedf47f06..fc70b292a8a6b13b09bc63d8e271b2f1569d84fc 100755 (executable)
@@ -45,11 +45,40 @@ 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"
     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_win :
+{
+    compil_script : "Python-3.6.15.bat"
+    patches : ['Python-3.6.15_windows.patch']
+}
+
 version_3_7_9 :
 {
  patches : []
@@ -62,3 +91,29 @@ version_3_7_9_win :
     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']
+}