Salome HOME
added cmake option for libbatch bos #26944
[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.71.0'
32         CAS : {tag: 'V7_5_3p1', section: 'version_V7_5_3p1'}
33         certifi : '2018.8.24'
34         cgns : {tag : '4.1.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.29.2'
41         dateutil : '2.6.1'
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         llvm : '8.0.1-clang'
55         markupsafe : '0.23'
56         matplotlib : '3.0.3'
57         medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
58         numpy : '1.16.4'
59         omniORB : '4.2.2'
60         omniORBpy : '4.2.2'
61         openmpi : '3.1.6'
62         packaging : '17.1'
63         ParaView : {tag : '5.9.0', hpc : 'yes', section: 'version_5_9_0_MPI'}
64         ParMetis : '3.1.1'
65         petsc : {tag : '3.16.0', section: 'version_3_16_0'}
66         pockets : '0.6.2'
67         psutil : '5.7.2'
68         Pygments : '2.0.2'
69         pyparsing : '2.0.3'
70         PyQt : '5.15.3'
71         Python : '3.6.5'
72         pytz : '2017.2'
73         qt : '5.12.10'
74         qwt : '6.1.2'
75         requests : '2.19.1'
76         scipy : '1.4.1'
77         scotch : '6.0.4'
78         setuptools : '38.4.0'
79         sip : '5.5.0'
80         six : '1.10.0'
81         snowballstemmer : '1.2.1'
82         Sphinx : '1.7.6'
83         sphinxcontrib_napoleon : '0.6.1'
84         sphinxcontrib_websupport : '1.1.0'
85         sphinxintl: '0.9.10'
86         swig : '3.0.12'
87         urllib3 : '1.23'
88
89         # SALOME MODULES :
90         'CONFIGURATION'
91         'LIBBATCH' : {tag :'V2_4_5'}
92         'KERNEL' : {section : 'default_MPI', verbose : 'yes'}
93         'GUI' : {verbose : 'yes'}
94         'MEDCOUPLING' : {section : 'default_MPI', verbose : 'yes'}
95         'SOLVERLAB' : {section : 'default_MPI', hpc: 'yes'}
96     }
97     profile :
98     {
99         launcher_name : "salome"
100     }
101     virtual_app:
102     {
103         name : "salome"
104         application_name : "APPLI"
105     }
106     test_base : 
107     {
108         name : "SALOME"
109         tag : "SalomeV9"
110     }
111     properties :
112     {
113         mesa_launcher_in_package : "yes"
114         repo_dev : "yes"
115         pip : 'yes'
116         pip_install_dir : 'python'
117         single_install_dir : "no"
118     }
119 }
120 __overwrite__ :
121 [
122   {
123     #
124     __condition__ : "VARS.dist in ['UB20.04']"
125     'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch']
126   }
127 ]