Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / applications / SOLVERLAB-master-MPI.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SOLVERLAB-master-MPI'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'master'
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            SALOME_GMSH_HEADERS_STD : '1'
22         }
23         launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:""}
24         SALOME_trace : "local" # local/file:.../with_logger
25         SALOME_MODULES : "SOLVERLAB"  # specify the first modules to display in gui
26         SCOTCH_HPC : '1'
27     }
28     products :
29     {
30         # PREREQUISITES :
31         alabaster : '0.7.6'
32         Babel : '2.7.0'
33         boost : '1.71.0'
34         CAS : {tag: 'V7_5_3p1', section: 'version_V7_5_3p1'}
35         certifi : '2018.8.24'
36         cgns : {tag : '4.1.1', hpc : 'yes'}
37         chardet : '3.0.4'
38         click : '6.7'
39         cmake : '3.12.1'
40         cppunit : '1.13.2'
41         cycler : '0.10.0'
42         Cython : '0.29.2'
43         dateutil : '2.6.1'
44         docutils : '0.12'
45         doxygen : '1.8.14'
46         freeimage : '3.16.0'
47         freetype : '2.9.1'
48         graphviz : '2.38.0'
49         hdf5 : {tag : '1.10.3', hpc : 'yes'}
50         idna : '2.7'
51         imagesize : '1.0.0'
52         Jinja2 : '2.7.3'
53         kiwisolver : '1.0.1'
54         lapack : '3.8.0'
55         libxml2 : '2.9.1'
56         llvm : '8.0.1-clang'
57         markupsafe : '0.23'
58         matplotlib : '3.0.3'
59         medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
60         numpy : '1.16.4'
61         omniORB : '4.2.2'
62         omniORBpy : '4.2.2'
63         openmpi : '3.1.6'
64         packaging : '17.1'
65         ParaView : {tag : '5.9.0', hpc : 'yes', section: 'version_5_9_0_MPI'}
66         ParMetis : '3.1.1'
67         petsc : {tag : '3.16.0', section: 'version_3_16_0'}
68         pockets : '0.6.2'
69         psutil : '5.7.2'
70         Pygments : '2.0.2'
71         pyparsing : '2.0.3'
72         PyQt : '5.15.3'
73         Python : '3.6.5'
74         pytz : '2017.2'
75         qt : '5.12.10'
76         qwt : '6.1.2'
77         requests : '2.19.1'
78         scipy : '1.4.1'
79         scotch : {tag: '6.0.4', section: 'version_6_0_4_MPI', hpc: 'yes', base: 'no'}
80         setuptools : '38.4.0'
81         sip : '5.5.0'
82         six : '1.10.0'
83         snowballstemmer : '1.2.1'
84         Sphinx : '1.7.6'
85         sphinxcontrib_napoleon : '0.6.1'
86         sphinxcontrib_websupport : '1.1.0'
87         sphinxintl: '0.9.10'
88         swig : '3.0.12'
89         urllib3 : '1.23'
90
91         # SALOME MODULES :
92         'CONFIGURATION'
93         'LIBBATCH' : {tag :'V2_4_5'}
94         'KERNEL' : {section : 'default_MPI', verbose : 'yes'}
95         'GUI' : {verbose : 'yes'}
96         'MEDCOUPLING' : {section : 'default_MPI', verbose : 'yes'}
97         'SOLVERLAB' : {section : 'default_MPI', hpc: 'yes'}
98     }
99     profile :
100     {
101         launcher_name : "salome"
102     }
103     virtual_app:
104     {
105         name : "salome"
106         application_name : "APPLI"
107     }
108     test_base : 
109     {
110         name : "SALOME"
111         tag : "SalomeV9"
112     }
113     properties :
114     {
115         mesa_launcher_in_package : "yes"
116         repo_dev : "yes"
117         pip : 'yes'
118         pip_install_dir : 'python'
119         single_install_dir : "no"
120     }
121 }
122 __overwrite__ :
123 [
124   {
125     #
126     __condition__ : "VARS.dist in ['UB20.04']"
127     'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch']
128   }
129 ]