Salome HOME
spns #32926: backport KERNEL & CONFIGURATION fixes on more recent platforms to ensure...
[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         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/ghs3dprlplugin.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "ghs3dprlplugin.git"
10     }
11     environ :
12     {
13         _SMESH_MeshersList : "GHS3DPRLPlugin"
14         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "ghs3dprlplugin"
15     }
16     depend : [
17              "KERNEL",
18              "MEDCOUPLING",
19              "GEOM",
20              "SMESH",
21              "Python",
22              "qt",
23              "boost",
24              "CAS",
25              "omniORB",
26              "hdf5",
27              "medfile",
28              "libxml2",
29              "docutils",
30              "ParaView"
31               ]
32     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
33     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
34     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
35     properties:
36     {
37         is_SALOME_module : "yes"
38         has_unit_tests
39     }
40 }