Salome HOME
Windows: fix ParaView BIN directory - ensure consistency w.r.t. previous releases...
[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     patches : []
22     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
23     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
24     install_dir : 'base'
25     properties:
26     {
27       incremental : "yes"
28       compile_and_runtime : "yes"
29     }
30 }
31
32 version_2_6_6 :
33 {
34     patches : ["Python_zlib_detection.patch", "Python_SSL.patch"]
35 }
36
37 version_2_7_10 :
38 {
39     patches : ['Python-2.7.10-ssl.patch']
40 }
41
42 version_3_6_5 :
43 {
44  patches : []
45 }
46
47 version_3_6_5_win :
48 {
49     compil_script : "Python-3.6.5.bat"
50     patches : ['Python-3.6.5_windows.patch']
51 }
52