Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / SALOME-9.6.0-MPI.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SALOME-9.6.0-MPI'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V9_6_0'
9     dev : 'no'
10     verbose :'no'
11     debug : 'no'
12     base : 'no'
13     python3 : 'yes'
14     environ :
15     {
16         build : 
17         {
18            CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
19            RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
20            SALOME_USE_64BIT_IDS : '1'
21         }
22         launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH"}
23         SALOME_trace : "local" # local/file:.../with_logger
24         SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER"  # specify the first modules to display in gui
25     }
26     products :
27     {
28         # PREREQUISITES :
29         alabaster : '0.7.6'
30         Babel : '2.7.0'
31         boost : '1.58.0'
32         CAS : 'V7_4_0p2'
33         certifi : '2018.8.24'
34         cgns : {tag : '3.3.1', hpc : 'yes'}
35         chardet : '3.0.4'
36         click : '6.7'
37         cmake : '3.12.1'
38         cppunit : '1.13.2'
39         cycler : '0.10.0'
40         Cython : '0.25.2'
41         dateutil : '2.4.2'
42         docutils : '0.12'
43         doxygen : '1.8.14'
44         eigen : '3.3.4'
45         embree : '3.3.0'
46         freeimage : '3.16.0'
47         freetype : '2.9.1'
48         gmsh : '4.1.4'
49         graphviz : '2.38.0'
50         hdf5 : {tag : '1.10.3', hpc : 'yes'}
51         homard_bin : '11.12_hdf51103med410'
52         idna : '2.7'
53         imagesize : '1.0.0'
54         ispc : '1.9.2'
55         Jinja2 : '2.7.3'
56         kiwisolver : '1.0.1'
57         lapack : '3.8.0'
58         libxml2 : '2.9.1'
59         llvm : '8.0.1-clang'
60         markupsafe : '0.23'
61         matplotlib : '2.2.2'
62         medfile : {tag : '4.1.0', hpc : 'yes', section : 'default_Autotools' }
63         mesa : '19.0.8'
64         MeshGems : {tag : '2.11-5', hpc : 'yes'}
65         ParMetis : '3.1.1'
66         netgen : '5.3.1_with_CAS_7.2'
67         nlopt : '2.4.2'
68         numpy : '1.15.1'
69         omniORB : '4.2.2'
70         omniORBpy : '4.2.2'
71         opencv : '3.2.0'
72         openmpi : '2.1.6'
73         openssl : "native"
74         ospray : '1.8.4'
75         packaging : '17.1'
76         ParaView : {tag : '5.8.0', hpc : 'yes', section: 'version_5_8_0_MPI'}
77         petsc : '3.14.0'
78         Pillow : '7.1.1'
79         planegcs : '0.18-3cb6890'
80         pockets : '0.6.2'
81         Pygments : '2.0.2'
82         pyparsing : '2.0.3'
83         PyQt : '5.9'
84         PyQtChart : '5.9'
85         pyreadline : '2.0'
86         Python : '3.6.5'
87         pytz : '2015.7'
88         qt : '5.9.1'
89         qwt : '6.1.2'
90         requests : '2.19.1'
91         scipy : '0.19.1'
92         scotch : '6.0.4'
93         setuptools : '38.4.0'
94         sip : '4.19.3'
95         six : '1.10.0'
96         snowballstemmer : '1.2.1'
97         Sphinx : '1.7.6'
98         sphinxcontrib_napoleon : '0.6.1'
99         sphinxcontrib_websupport : '1.1.0'
100         sphinx_rtd_theme : '0.4.3'
101         sphinxintl: '0.9.10'
102         StaticMeshPlugin : '5.8.0'
103         swig : '3.0.12'
104         tbb : 'native'
105         tcl : '8.6.0'
106         tk : '8.6.0'
107         urllib3 : '1.23'
108
109         # SALOME MODULES :
110         'CONFIGURATION'
111         'SALOME'
112         'SHAPER'
113         'SHAPERSTUDY'
114         'RESTRICTED'
115         'LIBBATCH' : {tag :'V2_4_4'}
116         'KERNEL' : {section : 'default_MPI', verbose : 'yes'}
117         'MEDCOUPLING' : {section : 'version_V9_6_0_MPI', verbose : 'yes'}
118         'GUI' : {verbose : 'yes'}
119         'GEOM'
120         'SMESH'
121         'NETGENPLUGIN'
122         'BLSURFPLUGIN'
123         'GHS3DPLUGIN'
124         'GHS3DPRLPLUGIN'
125         'HYBRIDPLUGIN'
126         'HexoticPLUGIN'
127         'GMSHPLUGIN'
128         'HEXABLOCK' : {section : "default_MPI", verbose: 'yes'}
129         'HEXABLOCKPLUGIN'
130         'HOMARD'
131         'FIELDS' : {section : "default_MPI", verbose: 'yes'}
132         'PARAVIS' : {section : "version_V9_6_0_MPI", tag : 'V9_6_0', verbose: 'yes'}
133         'JOBMANAGER' : {section : "default_MPI", verbose: 'yes'}
134         'YACS'
135         'YACSGEN'
136         'SOLVERLAB' : {section : 'default_MPI', hpc: 'yes'}
137         'DOCUMENTATION'
138         'SAMPLES'
139         'COMPONENT'
140         'PYCALCULATOR'
141         'CALCULATOR'
142         'HELLO'
143         'PYHELLO'
144         'EFICAS'
145         'EFICAS_TOOLS'
146         'PY2CPP' : {tag: 'v2.0'}
147         'ADAO'
148         'ADAO_INTERFACE'
149         'CEATESTBASE'
150     }
151     profile :
152     {
153         launcher_name : "salome"
154     }
155     virtual_app:
156     {
157         name : "salome"
158         application_name : "APPLI"
159     }
160     test_base : 
161     {
162         name : "SALOME"
163         tag : "SalomeV9"
164     }
165     properties :
166     {
167         mesa_launcher_in_package : "yes"
168         repo_dev : "yes"
169         pip : 'yes'
170         pip_install_dir : 'python'
171         single_install_dir : "no"
172     }
173 }
174
175 __overwrite__ :
176 [
177   {
178     #
179     __condition__ : "VARS.dist in ['UB20.04']"
180       'APPLICATION.products.qt'    : {tag: '5.9.1', base: 'no', section: 'version_5_9_1_UB20_04'}
181   }
182 ]