Salome HOME
SALOME 9.10.0-MPI add dedicated sections
[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         repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/component.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "component.git"
10     }
11     environ :
12     {
13     }
14     depend : [
15               "KERNEL",
16               "MEDCOUPLING",
17               "Python",
18               "qt",
19               "qwt",
20               "CAS",
21               "hdf5",
22               "medfile",
23               "ParaView",
24               "omniORB",
25              ]
26     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
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        is_SALOME_module : "yes"
33     }
34 }