Salome HOME
spns #13036 - add ParaView 5.8.0 standalone application and VTKM implementation type...
[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         rpm : ["python36"]
10         rpm_dev : []
11         apt : ["python36"]
12         apt_dev : []
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : []
19     patches : []
20     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
21     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
22     install_dir : 'base'
23     properties:
24     {
25       incremental : "yes"
26       compile_and_runtime : "yes"
27     }
28 }
29
30 version_2_6_6 :
31 {
32     patches : ["Python_zlib_detection.patch", "Python_SSL.patch"]
33 }
34
35 version_2_7_10 :
36 {
37     patches : [
38         #'remove-windows-python-subprojects.patch', #patch Windows non applicable sur Linux
39         #'enable-windows-plugin-compilation.patch',
40     ]
41 }
42
43 version_3_6_5 :
44 {
45  patches : []
46 }
47
48 version_3_6_5_win :
49 {
50     compil_script : "Python-3.6.5.bat"
51     patches : ['Python-3.6.5_windows.patch']
52 }
53