Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / GHS3DPRLPLUGIN.pyconf
1 default :
2 {
3     name : "GHS3DPRLPLUGIN"
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/ghs3dprlplugin.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "ghs3dprlplugin.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/ghs3dprlplugin.git"
13       }
14     }
15     environ :
16     {
17         _SMESH_MeshersList : "GHS3DPRLPlugin"
18         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "ghs3dprlplugin"
19     }
20     depend : [
21              "KERNEL",
22              "MEDCOUPLING",
23              "GEOM",
24              "SMESH",
25              "Python",
26              "qt",
27              "boost",
28              "CAS",
29              "omniORB",
30              "hdf5",
31              "medfile",
32              "libxml2",
33              "docutils",
34              "ParaView"
35               ]
36     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
37     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
38     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
39     properties:
40     {
41         is_SALOME_module : "yes"
42         has_unit_tests
43     }
44 }