Salome HOME
SMESH depends upon SHAPERSTUDY - otherwise SHAPERSTUDY_ROOT_DIR is not exposed
[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 : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['Python', 'boost', 'freetype', 'freeimage']
12     build_depend : ['cmake', 'libxml2', 'doxygen']
13     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
14     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
15     install_dir : 'base'
16     properties :
17     {
18       incremental : "yes"
19     }
20 }
21
22 version_6_24_00:
23 {
24     patches : []
25 }
26
27 version_6_24_00_win:
28 {
29     build_source : "script"
30     compil_script :  "root-6.24.bat"
31     depend : ['Python', 'Cython', 'numpy']
32     patches : []
33 }
34
35 version_6_22_06:
36 {
37     patches : ['root-6.22.06.patch']
38 }
39
40 version_6_22_06_win:
41 {
42     build_source : "script"
43     compil_script :  "root.bat"
44     archive_info : {archive_name : "root_v6.22.06.win32.vc16.tar.gz"}
45     patches : []
46 }
47
48 version_6_22_02:
49 {
50     patches : ['root-6.22.02.patch']
51 }
52
53 version_6_22_02_win:
54 {
55     build_source : "script"
56     compil_script :  "root.bat"
57     archive_info : {archive_name : "root_v6.22.02.win32.vc16.tar.gz"}
58     depend : ['Python', 'boost', 'freetype', 'freeimage']
59     patches : []
60 }
61
62 version_6_16_00:
63 {}
64
65 version_6_16_00_win:
66 {
67
68     archive_info : {archive_name : "root_v6.16.00-windows.tar.gz"}
69     build_source : "script"
70     compil_script :  "root.bat"
71 }
72