Salome HOME
5a90b2f8115c771b96f50a4948973d572168a11c
[tools/sat_salome.git] / products / SOLVERLAB.pyconf
1 default :
2 {
3     name : "SOLVERLAB"
4     build_source : "script"
5     compil_script :  $name + ".sh"
6     get_source : "git"
7     git_info:
8     {
9         repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/solverlab.git"
10         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "solverlab.git"
11     }
12     environ :
13     {
14        SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "solverlab"
15        env_script : $name + ".py"
16     }
17     depend : 
18     [   
19         'hdf5', 
20         'matplotlib', 
21         'medfile', 
22         'numpy', 
23         'ParaView', 
24         'petsc', 
25         'Python', 
26         'KERNEL',
27         'GUI',
28         'MEDCOUPLING'
29     ]
30     build_depend : ["cmake", "swig", "doxygen", "graphviz","cppunit"]
31     opt_depend : ['packagespy']
32     # mscgen
33     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
34     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
35     nb_proc : 1
36     properties:
37     {
38         is_SALOME_module : "yes"
39         incremental : "yes"
40     }
41     patches: []
42 }
43
44 default_MPI :
45 {
46     depend :
47     [
48         'hdf5',
49         'matplotlib',
50         'medfile',
51         'numpy',
52         'ParaView',
53         'petsc',
54         'Python',
55         'KERNEL',
56         'GUI',
57         'MEDCOUPLING',
58         'openmpi'
59     ]
60     opt_depend : ['mpi4py']
61 }
62
63 version_V9_12_0_DB12 :
64 {
65     patches : ['SOLVERLAB-V9_12_0-numpy-1.20.-np.float.patch']
66 }
67
68 version_V9_10_0 :
69 {
70     properties:
71     {
72         is_SALOME_module : "yes"
73         incremental : "yes"
74         has_salome_gui : "yes"
75     }
76 }
77
78 version_V9_10_0_MPI :
79 {
80     depend :
81     [
82         'hdf5',
83         'matplotlib',
84         'medfile',
85         'numpy',
86         'ParaView',
87         'petsc',
88         'Python',
89         'KERNEL',
90         'GUI',
91         'MEDCOUPLING',
92         'openmpi'
93     ]
94     opt_depend : ['mpi4py']
95     properties:
96     {
97         is_SALOME_module : "yes"
98         incremental : "yes"
99         has_salome_gui : "yes"
100     }
101 }
102
103 version_V9_9_0 :
104 {
105     properties:
106     {
107         is_SALOME_module : "yes"
108         incremental : "yes"
109         has_salome_gui : "yes"
110     }
111 }
112
113 version_V9_9_0_MPI :
114 {
115     depend :
116     [
117         'hdf5',
118         'matplotlib',
119         'medfile',
120         'numpy',
121         'ParaView',
122         'petsc',
123         'Python',
124         'KERNEL',
125         'GUI',
126         'MEDCOUPLING',
127         'openmpi'
128     ]
129     opt_depend : ['mpi4py']
130     properties:
131     {
132         is_SALOME_module : "yes"
133         incremental : "yes"
134         has_salome_gui : "yes"
135     }
136 }
137
138 version_V9_8_0 :
139 {
140     properties:
141     {
142         is_SALOME_module : "yes"
143         incremental : "yes"
144         has_salome_gui : "yes"
145     }
146 }