Salome HOME
spns #38031: compilation of root and URANIE on DB12
[tools/sat_salome.git] / products / root.pyconf
1 default :
2 {
3     name : "root"
4     build_source : "cmake"
5     cmake_options : " -Dgminimal:BOOL=ON -Dmathmore:BOOL=ON -Ddataframe:BOOL=ON -Dmlp:BOOL=ON -Dfftw3:BOOL=ON -Dminuit2:BOOL=ON -Dxml:BOOL=ON -Dasimage:BOOL=ON -Dpyroot:BOOL=ON -Dsoversion:BOOL=ON -Ddataframe:BOOL=ON -DPYTHON_EXECUTABLE:STRING=${PYTHONBIN} -DPYTHON_INCLUDE_DIR:STRING=${PYTHON_INCLUDE} "
6     get_source : "git"
7     git_info:
8     {
9         repo : "https://github.com/root-project/root.git"
10         repo_dev : $repo
11     }
12     environ :
13     {
14        env_script : $name + ".py"
15     }
16     depend : ['Python', 'boost', 'freetype', 'freeimage']
17     build_depend : ['cmake', 'libxml2', 'doxygen']
18     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
19     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
20     install_dir : 'base'
21     properties :
22     {
23       incremental : "yes"
24     }
25 }
26
27 default_win:
28 {
29     build_source : "script"
30     compil_script :  "root.bat"
31     depend : ['Python', 'Cython', 'numpy']
32     patches : []
33 }
34
35 version_6_24_00:
36 {
37     get_source : "archive"
38     patches : []
39 }
40
41 version_6_24_00_win:
42 {
43     build_source : "script"
44     compil_script :  "root-6.24.bat"
45     depend : ['Python', 'Cython', 'numpy']
46     patches : []
47 }
48
49 version_6_22_06:
50 {
51     get_source : "archive"
52     patches : ['root-6.22.06.patch']
53 }
54
55 version_6_22_06_win:
56 {
57     build_source : "script"
58     compil_script :  "root-6.22.bat"
59     archive_info : {archive_name : "root_v6.22.06.win32.vc16.tar.gz"}
60     patches : []
61 }
62
63 version_6_22_02:
64 {
65     get_source : "archive"
66     patches : ['root-6.22.02.patch']
67 }
68
69 version_6_22_02_DB12:
70 {
71     get_source : "archive"
72     patches : ['root-6.22.02.patch', 'root-6.22-python-11.patch', 'root-include_limits.patch']
73 }
74
75 version_6_22_02_CO9:
76 {
77     get_source : "archive"
78     patches : ['root-6.22.02.patch', 'root-include_limits.patch']
79 }
80
81 version_6_22_02_UB22_04:
82 {
83     get_source : "archive"
84     patches : ['root-6.22.02.patch',
85                'root-6.22-afterImage.UB22.patch',
86                'root-6.22-string_view.UB22.patch'
87                ]
88 }
89
90 version_6_22_02_win:
91 {
92     build_source : "script"
93     compil_script :  "root-6.22.bat"
94     archive_info : {archive_name : "root_v6.22.02.win32.vc16.tar.gz"}
95     depend : ['Python', 'boost', 'freetype', 'freeimage']
96     patches : []
97 }
98
99 # these two patches cannot be merged - compilation issue on UB20 otherwise
100 version_6_22_02_FD34:
101 {
102     get_source : "archive"
103     patches : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
104 }
105
106 version_6_22_02_FD36:
107 {
108     get_source : "archive"
109     patches : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
110 }
111
112 version_6_22_02_FD38:
113 {
114     get_source : "archive"
115     patches : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
116 }
117
118 version_6_22_02_FD37:
119 {
120     get_source : "archive"
121     patches : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
122 }
123
124 version_6_16_00:
125 {
126     get_source : "archive"
127 }
128
129 version_6_16_00_win:
130 {
131
132     archive_info : {archive_name : "root_v6.16.00-windows.tar.gz"}
133     build_source : "script"
134     compil_script :  "root-6.16.bat"
135 }
136