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