Salome HOME
spns #42014: add mmgplugin
[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_FD38:
54 {
55   patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
56 }
57
58 version_3_6_5_FD37:
59 {
60   patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
61 }
62
63 version_3_6_5_FD36:
64 {
65   patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
66 }
67
68 version_3_6_5_FD34:
69 {
70   patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
71 }
72
73 version_3_6_5_win :
74 {
75     compil_script : "Python-3.6.5.bat"
76     patches : ['Python-3.6.5_windows.patch']
77 }
78
79 version_3_6_8 :
80 {
81  compil_script : 'Python-3.6.8.sh'
82  patches : []
83 }
84
85 version_3_6_15 :
86 {
87  compil_script : "Python-3.6.15.sh"
88  patches : []
89 }
90
91 version_3_6_15_FD34:
92 {
93   patches: ["python_3.6.15-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
94 }
95
96 version_3_6_15_UB22_04:
97 {
98   patches: ["python_3.6.15-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
99 }
100
101 version_3_6_15_win :
102 {
103     compil_script : "Python-3.6.15.bat"
104     patches : ['Python-3.6.15_windows.patch']
105 }
106
107 version_3_7_9 :
108 {
109  patches : []
110 }
111
112 version_3_7_9_win :
113 {
114     compil_script : "Python-3.7.9.bat"
115     patches : []
116     build_depend : ['perl']
117 }
118  
119 version_3_7_14 :
120 {
121  compil_script : "Python-3.7.sh"
122  patches : []
123 }
124
125 version_3_7_14_win :
126 {
127     compil_script : "Python-3.9.bat"
128     patches : []
129     build_depend : ['perl']
130 }
131  
132 version_3_8_10:
133 {
134  compil_script : "Python-3.8.sh"
135   patches: []
136 }
137
138 version_3_9_14 :
139 {
140  compil_script : "Python-3.9.sh"
141  patches : []
142 }
143
144 version_3_9_14_win :
145 {
146     compil_script : "Python-3.9.bat"
147     patches : ['python-3.9.14.01-ctype-init.patch',
148                'python-3.9.14.02-os.py.patch',
149                'python-3.9.14.03-getpath.patch',
150                'python-3.9.14.04-dynload_win.patch'
151               ]
152     build_depend : ['perl']
153 }
154