Salome HOME
7f06cf57eaccb59a7b2c8f1a5805e29d719162cc
[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    archive_info : {archive_name : "embree-" + $APPLICATION.products.embree + "_windows.tar.gz"}
25    depend : ['ispc','tbb']
26 }
27