Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[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         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/hexoticplugin.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hexoticplugin.git"
10     }
11     environ :
12     {
13         _SMESH_MeshersList : "HexoticPLUGIN"
14         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "hexoticplugin"
15     }
16     depend : [
17              "KERNEL",
18              "MEDCOUPLING", 
19              "GEOM", 
20              "SMESH",
21              "Python",  
22              "qt",  
23              "boost",  
24              "CAS",  
25              "hdf5",  
26              "omniORB",  
27              "docutils", 
28              "ParaView",  
29              "MeshGems" 
30               ]
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         is_SALOME_module : "yes"
36         has_unit_tests
37     }
38
39