Salome HOME
openMPI fix
[tools/sat_salome.git] / products / Python.pyconf
1 default :
2 {
3     name : "Python"
4     build_source : "script"
5     compil_script : $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         # Python is a mandatory part of current used Linux platforms, no need to check its presence therefore.
10         # As version of Python 3.x differs on each of them, a better solution would to eventually check the binary presence.
11         rpm : []
12         rpm_dev : []
13         apt : []
14         apt_dev : []
15     }
16     environ :
17     {
18        env_script : $name + ".py"
19     }
20     depend : []
21     opt_depend: ["gcc"]
22     patches : []
23     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
24     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
25     install_dir : 'base'
26     properties:
27     {
28       incremental : "yes"
29       compile_and_runtime : "yes"
30     }
31 }
32
33 version_2_6_6 :
34 {
35     patches : ["Python_zlib_detection.patch", "Python_SSL.patch"]
36 }
37
38 version_2_7_10 :
39 {
40     patches : ['Python-2.7.10-ssl.patch']
41 }
42
43 version_3_6_5 :
44 {
45  patches : []
46 }
47
48 version_3_6_5_UB22_04:
49 {
50   patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
51 }
52
53 version_3_6_5_FD37:
54 {
55   patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
56 }
57
58 version_3_6_5_FD36:
59 {
60   patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
61 }
62
63 version_3_6_5_FD34:
64 {
65   patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
66 }
67
68 version_3_6_5_win :
69 {
70     compil_script : "Python-3.6.5.bat"
71     patches : ['Python-3.6.5_windows.patch']
72 }
73
74 version_3_6_8 :
75 {
76  compil_script : 'Python-3.6.8.sh'
77  patches : []
78 }
79
80 version_3_6_15 :
81 {
82  compil_script : "Python-3.6.15.sh"
83  patches : []
84 }
85
86 version_3_6_15_FD34:
87 {
88   patches: ["python_3.6.15-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
89 }
90
91 version_3_6_15_UB22_04:
92 {
93   patches: ["python_3.6.15-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
94 }
95
96 version_3_6_15_win :
97 {
98     compil_script : "Python-3.6.15.bat"
99     patches : ['Python-3.6.15_windows.patch']
100 }
101
102 version_3_7_9 :
103 {
104  patches : []
105 }
106
107 version_3_7_9_win :
108 {
109     compil_script : "Python-3.7.9.bat"
110     patches : []
111     build_depend : ['perl']
112 }
113  
114 version_3_7_14 :
115 {
116  compil_script : "Python-3.7.sh"
117  patches : []
118 }
119
120 version_3_7_14_win :
121 {
122     compil_script : "Python-3.9.bat"
123     patches : []
124     build_depend : ['perl']
125 }
126  
127 version_3_8_10:
128 {
129  compil_script : "Python-3.8.sh"
130   patches: []
131 }
132
133 version_3_9_14 :
134 {
135  compil_script : "Python-3.9.sh"
136  patches : []
137 }
138
139 version_3_9_14_win :
140 {
141     compil_script : "Python-3.9.bat"
142     patches : []
143     build_depend : ['perl']
144 }
145