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