Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / root.pyconf
1 default :
2 {
3     name : "root"
4     build_source : "cmake"
5     cmake_options : ""
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['Python']
12     build_depend : ['cmake']
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 version_6_16_00:
22 {}
23
24 version_6_16_00_win:
25 {
26     archive_info : {archive_name : "root_v6.16.00-windows.tar.gz"}
27     build_source : "script"
28     compil_script :  "root.bat"
29 }