Salome HOME
Windows: use 64 bits IDS as default for both MEDCOUPLING-master and SALOME-master...
[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 : ['cmake', 'Python']
12     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
13     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
14     install_dir : 'base'
15     properties :
16     {
17       incremental : "yes"
18     }
19 }
20 version_6_16_00:
21 {}
22
23 version_6_16_00_win:
24 {
25     archive_info : {archive_name : "root_v6.16.00-windows.tar.gz"}
26     build_source : "script"
27     compil_script :  "root.bat"
28 }