Salome HOME
CONFIGURATION 9.2.0 - Debian 10 - backport a patch
[tools/sat_salome.git] / products / rkCommon.pyconf
1 default :
2 {
3     name : "rkCommon"
4     build_source : "cmake"
5     cmake_options : "-DBUILD_TESTING=OFF -DCMAKE_INSTALL_LIBDIR=lib"
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['Python', 'tbb']
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
22 default_win :
23 {
24     properties :
25     {
26       incremental : "yes"
27       single_install_dir : "yes"
28     }
29 }