Salome HOME
rpm/apt metis system packages at runtime
[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 version_6_24_00:
28 {
29     patches : []
30 }
31
32 version_6_24_00_win:
33 {
34     build_source : "script"
35     compil_script :  "root-6.24.bat"
36     depend : ['Python', 'Cython', 'numpy']
37     patches : []
38 }
39
40 version_6_22_06:
41 {
42     get_source : "archive"
43     patches : ['root-6.22.06.patch']
44 }
45
46 version_6_22_06_win:
47 {
48     build_source : "script"
49     compil_script :  "root.bat"
50     archive_info : {archive_name : "root_v6.22.06.win32.vc16.tar.gz"}
51     patches : []
52 }
53
54 version_6_22_02:
55 {
56     get_source : "archive"
57     patches : ['root-6.22.02.patch']
58 }
59
60 version_6_22_02_win:
61 {
62     build_source : "script"
63     compil_script :  "root.bat"
64     archive_info : {archive_name : "root_v6.22.02.win32.vc16.tar.gz"}
65     depend : ['Python', 'boost', 'freetype', 'freeimage']
66     patches : []
67 }
68
69 version_6_16_00:
70 {
71     get_source : "archive"
72 }
73
74 version_6_16_00_win:
75 {
76
77     archive_info : {archive_name : "root_v6.16.00-windows.tar.gz"}
78     build_source : "script"
79     compil_script :  "root.bat"
80 }
81