Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / PY2CPP.pyconf
1 default :
2 {
3     name : "PY2CPP"
4     build_source : "cmake"
5
6     get_source : "git"
7     git_info:
8     {
9         repo : $PROJECTS.projects.salome.git_info.default_git_server + "py2cpp.git"
10         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "py2cpp.git"
11     }
12     environ :
13     {
14         env_script : $name + ".py"
15     }
16     depend : [
17               "CONFIGURATION",
18               "Python",
19               "KERNEL"
20              ]
21     build_depend : ["cmake", "cppunit"]
22
23     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
24     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
25     properties:
26     {
27       incremental : "yes"
28     }
29 }
30
31 default_win :
32 {
33     cmake_options : " -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON "
34     properties:
35     {
36       incremental : "yes"
37       single_install_dir : "no" # aimed to solve sat #18914
38     }
39     patches : []
40 }