Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / applications / SOLVERLAB-9.6.0-MPI.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SOLVERLAB-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:""}
23         SALOME_trace : "local" # local/file:.../with_logger
24         SALOME_MODULES : ""  # 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         certifi : '2018.8.24'
33         cgns : {tag : '3.3.1', hpc : 'yes'}
34         chardet : '3.0.4'
35         click : '6.7'
36         cmake : '3.12.1'
37         cycler : '0.10.0'
38         Cython : '0.25.2'
39         cppunit : '1.13.2'
40         dateutil : '2.4.2'
41         docutils : '0.12'
42         doxygen : '1.8.14'
43         freetype : '2.9.1'
44         graphviz : '2.38.0'
45         hdf5 : {tag : '1.10.3', hpc : 'yes'}
46         idna : '2.7'
47         imagesize : '1.0.0'
48         Jinja2 : '2.7.3'
49         kiwisolver : '1.0.1'
50         lapack : '3.8.0'
51         libxml2 : '2.9.1'
52         markupsafe : '0.23'
53         matplotlib : '2.2.2'
54         medfile : {tag : '4.1.0', hpc : 'yes', section : 'default_Autotools' }
55         openmpi : '2.1.6'
56         ParMetis : '3.1.1'
57         numpy : '1.15.1'
58         packaging : '17.1'
59         ParaView : {tag : '5.8.0', hpc : 'yes', section: 'version_5_8_0_MPI'}
60         petsc : '3.14.0'
61         Pygments : '2.0.2'
62         pyparsing : '2.0.3'
63         PyQt : '5.9'
64         Python : '3.6.5'
65         pytz : '2015.7'
66         qt : '5.9.1'
67         requests : '2.19.1'
68         scipy : '0.19.1'
69         scotch : '6.0.4'
70         setuptools : '38.4.0'
71         sip : '4.19.3'
72         six : '1.10.0'
73         snowballstemmer : '1.2.1'
74         Sphinx : '1.7.6'
75         sphinxcontrib_websupport : '1.1.0'
76         sphinxintl: '0.9.10'
77         swig : '3.0.12'
78         urllib3 : '1.23'
79
80         # SALOME MODULES :
81         'CONFIGURATION'
82         'MEDCOUPLING' : {section : 'version_V9_6_0_MPI', verbose : 'yes'}
83         'SOLVERLAB' : {section : 'default_MPI', hpc: 'yes'}
84     }
85     profile :
86     {
87         launcher_name : "salome"
88     }
89     virtual_app:
90     {
91         name : "salome"
92         application_name : "APPLI"
93     }
94     test_base : 
95     {
96         name : "SALOME"
97         tag : "SalomeV9"
98     }
99     properties :
100     {
101         mesa_launcher_in_package : "yes"
102         repo_dev : "yes"
103         pip : 'yes'
104         pip_install_dir : 'python'
105         single_install_dir : "no"
106     }
107 }
108 __overwrite__ :
109 [
110   {
111     #
112     __condition__ : "VARS.dist in ['UB20.04']"
113     'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch']
114   }
115 ]