Salome HOME
spns #38555: add h5py SAT configuration file
[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.7.0'
31         boost : '1.71.0'
32         CAS : 'V7_5_3p1'
33         certifi : '2018.8.24'
34         cgns : '4.1.1'
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.12'
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 : '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         llvm : '8.0.1-clang'
55         markupsafe : '0.23'
56         matplotlib : '3.0.3'
57         medfile : {section: 'default_Autotools', tag: '4.1.1'}
58         metis : '5.1.0'
59         numpy : '1.16.4'
60         omniORB : '4.2.2'
61         omniORBpy : '4.2.2'
62         packaging : '17.1'
63         ParaView : '5.9.0'
64         petsc : {tag : '3.16.0', section: 'version_3_16_0'}
65         pockets : '0.6.2'
66         psutil : '5.7.2'
67         Pygments : '2.0.2'
68         pyparsing : '2.0.3'
69         PyQt : '5.15.3'
70         Python : '3.6.5'
71         pytz : '2017.2'
72         qt : '5.12.10'
73         qwt : '6.1.2'
74         requests : '2.19.1'
75         scipy : '1.4.1'
76         scotch : '6.0.4'
77         setuptools : '38.4.0'
78         sip : '5.5.0'
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_5'}
91         'KERNEL'
92         'GUI'
93         'MEDCOUPLING'
94         'SOLVERLAB'
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 ]