Salome HOME
fix root conflict - master - bos/23995
[tools/sat_salome.git] / products / tbb.pyconf
1 default :
2 {
3     name : "tbb"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["tbb"]
10         rpm_dev : ["tbb-devel"]
11         apt : ["libtbb2"]
12         apt_dev : ["libtbb-dev"]
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ['llvm']
19     build_depend : ["cmake"]
20     patches : []
21     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
22     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
23     install_dir : 'base'
24     properties :
25     {
26       incremental : "yes"
27       single_install_dir : "no"
28     }
29 }
30
31 version_2019_U8_win :
32 {
33     archive_info : {archive_name : "tbb-2019_U8.tar.gz"}
34     patches : ['tbb-2019_U8_windows10.patch']
35     depend : ['Python']
36     opt_depend : ['ispc']
37     build_depend : ['swig']
38     properties :
39     {
40       incremental : "yes"
41       single_install_dir : "yes"
42     }
43 }