Salome HOME
graphviz 2.42: cmake should be in build_depend block - otherwise SAT package will...
[tools/sat_salome.git] / products / HEXABLOCKPLUGIN.pyconf
1 default :
2 {
3     name : "HEXABLOCKPLUGIN"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/hexablockplugin.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hexablockplugin.git"
10     }
11     environ :
12     {
13         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "hexablock"
14     }
15     depend : [
16        "KERNEL", 
17        "GUI", 
18        "GEOM", 
19        "MEDCOUPLING", 
20        "SMESH", 
21        "HEXABLOCK", 
22        "Python", 
23        "qt", 
24        "boost", 
25        "CAS", 
26        "hdf5", 
27        "omniORB", 
28        "ParaView"
29               ]
30     build_depend : ["cmake"]
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