Salome HOME
move to tbb 2019_U8 - strangely does not compile if using native one
[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_16_00:
23 {}
24
25 version_6_16_00_win:
26 {
27     archive_info : {archive_name : "root_v6.16.00-windows.tar.gz"}
28     build_source : "script"
29     compil_script :  "root.bat"
30 }
31
32 version_6_22_06:
33 {}
34
35 version_6_22_06_win:
36 {
37     archive_info : {archive_name : "root_v6.22.06.win32.vc16.tar.gz"}
38     build_source : "script"
39     compil_script :  "root.bat"
40 }