Salome HOME
spns #42158: Fix MEDCOUPLING V7_8_BR compilation on CO9 - set number of processors...
[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       repositories :
10       {
11         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/py2cpp.git"
12         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "py2cpp.git"
13         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/py2cpp.git"
14       }
15     }
16     environ :
17     {
18         env_script : $name + ".py"
19     }
20     depend : [
21               "CONFIGURATION",
22               "Python",
23               "KERNEL"
24              ]
25     build_depend : ["cmake", "cppunit"]
26
27     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
28     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
29     properties:
30     {
31       incremental : "yes"
32     }
33 }
34
35 default_win :
36 {
37     cmake_options : " -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON "
38     properties:
39     {
40       incremental : "yes"
41       single_install_dir : "no" # aimed to solve sat #18914
42     }
43     patches : []
44 }