Salome HOME
5667cbab3b9a5aecbc7a945577f75162bec9a53d
[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         }
22         launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:""}
23         SALOME_trace : "local" # local/file:.../with_logger
24         SALOME_MODULES : "SOLVERLAB"  # 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 : 'CR740-SALOME-PATCH'
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         cycler : '0.10.0'
39         Cython : '0.25.2'
40         cppunit : '1.13.2'
41         dateutil : '2.4.2'
42         docutils : '0.12'
43         doxygen : '1.8.14'
44         freeimage : '3.16.0'
45         freetype : '2.9.1'
46         graphviz : '2.38.0'
47         hdf5 : {tag : '1.10.3', hpc : 'yes'}
48         idna : '2.7'
49         imagesize : '1.0.0'
50         Jinja2 : '2.7.3'
51         kiwisolver : '1.0.1'
52         lapack : '3.8.0'
53         libxml2 : '2.9.1'
54         markupsafe : '0.23'
55         matplotlib : '2.2.2'
56         medfile : {tag : '4.1.0', hpc : 'yes', section : 'default_Autotools' }
57         openmpi : '3.1.6'
58         ParMetis : '3.1.1'
59         numpy : '1.15.1'
60         omniORB : '4.2.2'
61         omniORBpy : '4.2.2'
62         packaging : '17.1'
63         ParaView : {tag : '5.8.0', hpc : 'yes', section: 'version_5_8_0_MPI'}
64         petsc : {tag : '3.15.0', section: 'version_3_15_0'}
65         pockets : '0.6.2'
66         psutil : '5.7.2'
67         Pygments : '2.0.2'
68         pyparsing : '2.0.3'
69         PyQt : '5.9'
70         Python : '3.6.5'
71         pytz : '2015.7'
72         qt : '5.9.1'
73         qwt : '6.1.2'
74         requests : '2.19.1'
75         scipy : '0.19.1'
76         scotch : '6.0.4'
77         setuptools : '38.4.0'
78         sip : '4.19.3'
79         six : '1.10.0'
80         snowballstemmer : '1.2.1'
81         Sphinx : '1.7.6'
82         sphinxcontrib_napoleon : '0.6.1'
83         sphinxcontrib_websupport : '1.1.0'
84         sphinxintl: '0.9.10'
85         swig : '3.0.12'
86         urllib3 : '1.23'
87
88         # SALOME MODULES :
89         'CONFIGURATION'
90         'LIBBATCH' : {tag :'V2_4_4'}
91         'KERNEL' : {section : 'default_MPI', verbose : 'yes'}
92         'GUI' : {verbose : 'yes'}
93         'MEDCOUPLING' : {section : 'default_MPI', verbose : 'yes'}
94         'SOLVERLAB' : {section : 'default_MPI', hpc: 'yes'}
95     }
96     profile :
97     {
98         launcher_name : "salome"
99     }
100     virtual_app:
101     {
102         name : "salome"
103         application_name : "APPLI"
104     }
105     test_base : 
106     {
107         name : "SALOME"
108         tag : "SalomeV9"
109     }
110     properties :
111     {
112         mesa_launcher_in_package : "yes"
113         repo_dev : "yes"
114         pip : 'yes'
115         pip_install_dir : 'python'
116         single_install_dir : "no"
117     }
118 }
119 __overwrite__ :
120 [
121   {
122     #
123     __condition__ : "VARS.dist in ['UB20.04']"
124     'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch']
125   }
126 ]