Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / COMPONENT.pyconf
1 default :
2 {
3     name : "COMPONENT"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/component.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "component.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/component.git"
13       }
14     }
15     environ :
16     {
17     }
18     depend : [
19               "KERNEL",
20               "MEDCOUPLING",
21               "Python",
22               "qt",
23               "qwt",
24               "CAS",
25               "hdf5",
26               "medfile",
27               "ParaView",
28               "omniORB",
29              ]
30     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
31     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
32     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
33     properties:
34     {
35        incremental : "yes"
36        is_SALOME_module : "yes"
37     }
38 }