Salome HOME
C3PO: requires mpi4py
[tools/sat_salome.git] / products / HEXABLOCK.pyconf
1 default :
2 {
3     name : "HEXABLOCK"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/hexablock.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hexablock.git"
10     }
11     environ :
12     {
13         _SMESH_MeshersList : "HEXABLOCKPlugin"
14         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "hexablock"
15     }
16     depend : [
17              "KERNEL", 
18              "GUI", 
19              "GEOM",
20              "boost", 
21              "CAS", 
22              "Python", 
23              "omniORB", 
24              "qt", 
25              "ParaView", 
26              "docutils", 
27              "libxml2", 
28              "Sphinx", 
29              "Jinja2", 
30              "setuptools", 
31              "Pygments", 
32              "six", 
33              "pytz",    
34              "markupsafe" 
35               ]
36     build_depend : ["cmake", "cppunit"]
37     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
38     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
39     properties:
40     {
41         incremental : "yes"
42         has_salome_gui : "yes"
43         is_SALOME_module : "yes"
44         has_unit_tests
45     }
46
47
48 default_MPI :
49 {
50     cmake_options : "-DSALOME_USE_MPI=ON"
51     depend : [
52              "KERNEL", 
53              "GUI", 
54              "GEOM",
55              "boost", 
56              "CAS", 
57              "Python", 
58              "omniORB", 
59              "qt", 
60              "ParaView", 
61              "docutils", 
62              "libxml2", 
63              "Sphinx", 
64              "Jinja2", 
65              "setuptools", 
66              "Pygments", 
67              "six", 
68              "pytz",    
69              "markupsafe",
70              "openmpi"
71             ]
72
73