Salome HOME
update config for SOLVERLAB GUI
[tools/sat_salome.git] / applications / SOLVERLAB-master.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SOLVERLAB-master'
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.6.0'
31         boost : '1.58.0'
32         CAS : 'CR740-SALOME-PATCH'
33         certifi : '2018.8.24'
34         cgns : '3.3.1'
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 : '1.10.3'
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 : {section: 'default_Autotools', tag: '4.1.0'}
57         metis : '5.1.0'
58         numpy : '1.15.1'
59         omniORB : '4.2.2'
60         omniORBpy : '4.2.2'
61         packaging : '17.1'
62         ParaView : '5.8.0'
63         petsc : '3.14.0'
64         pockets : '0.6.2'
65         Pygments : '2.0.2'
66         pyparsing : '2.0.3'
67         PyQt : '5.9'
68         Python : '3.6.5'
69         pytz : '2015.4'
70         qt : '5.9.1'
71         qwt : '6.1.2'
72         requests : '2.19.1'
73         scipy : '0.19.1'
74         scotch : '6.0.4'
75         setuptools : '38.4.0'
76         sip : '4.19.3'
77         six : '1.10.0'
78         snowballstemmer : '1.2.1'
79         Sphinx : '1.7.6'
80         sphinxcontrib_napoleon : '0.6.1'
81         sphinxcontrib_websupport : '1.1.0'
82         sphinxintl: '0.9.10'
83         swig : '3.0.12'
84         urllib3 : '1.23'
85
86         # SALOME MODULES :
87         'CONFIGURATION'
88         'LIBBATCH' : {tag : 'V2_4_4'}
89         'KERNEL'
90         'GUI'
91         'MEDCOUPLING'
92         'SOLVERLAB'
93     }
94     profile :
95     {
96         launcher_name : "salome"
97     }
98     virtual_app:
99     {
100         name : "salome"
101         application_name : "APPLI"
102     }
103     test_base : 
104     {
105         name : "SALOME"
106         tag : "SalomeV9"
107     }
108     properties :
109     {
110         mesa_launcher_in_package : "yes"
111         repo_dev : "yes"
112         pip : 'yes'
113         pip_install_dir : 'python'
114         single_install_dir : "no"
115     }
116 }
117 __overwrite__ :
118 [
119   {
120     #
121     __condition__ : "VARS.dist in ['UB20.04']"
122     'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch']
123   }
124 ]