Salome HOME
bos #18709 [CEA][Windows] Adding GMSH/GMSHPLUGIN to SALOME
[tools/sat_salome.git] / products / HYBRIDPLUGIN.pyconf
1 default :
2 {
3     name : "HYBRIDPLUGIN"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/hybridplugin.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hybridplugin.git"
10     }
11     environ :
12     {
13         _SMESH_MeshersList : "HYBRIDPlugin"
14         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "hybridplugin"
15     }
16     depend : [
17              "KERNEL",
18              "MEDCOUPLING", 
19              "GEOM", 
20              "SMESH",
21              "BLSURFPLUGIN",
22              "NETGENPLUGIN",
23              "Python",
24              "qt", 
25              "boost", 
26              "CAS",  
27              "hdf5",  
28              "omniORB",  
29              "docutils",  
30              "ParaView",  
31              "MeshGems" 
32               ]
33     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
34     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
35     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
36     properties:
37     {
38         is_SALOME_module : "yes"
39         has_unit_tests
40     }
41