Salome HOME
spns #29880: SALOME 9.9.0 UB22: backport patches
[tools/sat_salome.git] / products / embree.pyconf
1 default :
2 {
3     name : "embree"
4     build_source : "cmake"
5     cmake_options : " -DEMBREE_ISPC_SUPPORT=ON -DEMBREE_TUTORIALS=OFF -DCMAKE_INSTALL_LIBDIR=lib"
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['ispc','tbb']
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
21 default_win :
22 {
23    cmake_options : '  -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DEMBREE_ISPC_SUPPORT=ON -DEMBREE_TUTORIALS=OFF -DEMBREE_TASKING_SYSTEM=TBB -DTBB_ROOT=%TBB_DIR:\=/% '
24    depend : ['ispc','tbb']
25    properties :
26    {
27       incremental : "yes"
28       single_install_dir: "yes"
29    }
30 }
31
32 version_3_3_0_CO6 :
33 {
34   patches : ['embree-3.5.2-centos6.patch']
35 }
36
37 version_3_5_2_CO6 :
38 {
39   patches : ['embree-3.5.2-centos6.patch']
40 }
41
42 version_3_3_0_DB10 :
43 {
44   depend: ['ispc']
45 }
46
47 version_3_3_0_UB18_0_4 :
48 {
49   depend: ['ispc']
50 }
51
52 version_3_3_0_UB16_0_4 :
53 {
54   depend: ['ispc']
55 }