Salome HOME
fix harmless bug -DCMAKE_C_COMPILER:STRING . '-D' was forgotten
[tools/sat_salome.git] / products / JOBMANAGER.pyconf
1 default :
2 {
3     name : "JOBMANAGER"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/jobmanager.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "jobmanager.git"
10     }
11     environ :
12     {
13         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "jobmanager"
14     }
15     depend : [
16              "LIBBATCH", 
17              "KERNEL", 
18              "GUI", 
19              "Python",
20              "qt", 
21              "omniORB",
22              "boost", 
23              "Sphinx", 
24              "Jinja2", 
25              "setuptools", 
26              "Pygments", 
27              "docutils", 
28              "six", 
29              "pytz", 
30              "markupsafe"
31              ]
32     build_depend : ["cmake", "cppunit"]
33     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
34     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
35     properties:
36     {
37         has_salome_gui : "yes"
38         is_SALOME_module : "yes"
39     }
40 }
41
42 default_MPI :
43 {
44     name : "JOBMANAGER"
45     build_source : "cmake"
46     cmake_options : "-DSALOME_USE_MPI=ON -DCMAKE_CXX_COMPILER:STRING=${MPI_ROOT_DIR}/bin/mpic++ -DCMAKE_C_COMPILER:STRING=${MPI_ROOT_DIR}/bin/mpicc"
47     get_source : "git"
48     git_info:
49     {
50         repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/jobmanager.git"
51         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "jobmanager.git"
52     }
53     environ :
54     {
55     }
56     depend : [
57              "LIBBATCH", 
58              "KERNEL", 
59              "GUI", 
60              "Python",
61              "qt", 
62              "omniORB",
63              "boost", 
64              "Sphinx", 
65              "Jinja2", 
66              "setuptools", 
67              "Pygments", 
68              "docutils", 
69              "six", 
70              "pytz", 
71              "markupsafe",
72              "openmpi"
73               ]
74     build_depend : ["cmake", "cppunit"]
75     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
76     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
77     properties:
78     {
79         has_salome_gui : "yes"
80         is_SALOME_module : "yes"
81     }
82 }