Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / SOLVERLAB-9.7.0.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SOLVERLAB-9.7.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V9_7_0'
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 : {tag: 'CR750-SALOME-PATCH', section: 'version_V7_5_0'}
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         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.9.0'
63         petsc : {tag : '3.15.0', section: 'version_3_15_0'}
64         pockets : '0.6.2'
65         psutil : '5.7.2'
66         Pygments : '2.0.2'
67         pyparsing : '2.0.3'
68         PyQt : '5.15.3'
69         Python : '3.6.5'
70         pytz : '2015.4'
71         qt : '5.12.10'
72         qwt : '6.1.2'
73         requests : '2.19.1'
74         scipy : '1.4.1'
75         scotch : '6.0.4'
76         setuptools : '38.4.0'
77         sip : '5.5.0'
78         six : '1.10.0'
79         snowballstemmer : '1.2.1'
80         Sphinx : '1.7.6'
81         sphinxcontrib_napoleon : '0.6.1'
82         sphinxcontrib_websupport : '1.1.0'
83         sphinxintl: '0.9.10'
84         swig : '3.0.12'
85         urllib3 : '1.23'
86
87         # SALOME MODULES :
88         'CONFIGURATION'
89         'LIBBATCH' : {tag : 'V2_4_5'}
90         'KERNEL'
91         'GUI'
92         'MEDCOUPLING'
93         'SOLVERLAB' : {tag : 'master'}
94     }
95     profile :
96     {
97         launcher_name : "salome"
98     }
99     virtual_app:
100     {
101         name : "salome"
102         application_name : "APPLI"
103     }
104     test_base : 
105     {
106         name : "SALOME"
107         tag : "SalomeV9"
108     }
109     properties :
110     {
111         mesa_launcher_in_package : "yes"
112         repo_dev : "yes"
113         pip : 'yes'
114         pip_install_dir : 'python'
115         single_install_dir : "no"
116     }
117 }
118 __overwrite__ :
119 [
120   {
121     #
122     __condition__ : "VARS.dist in ['UB20.04']"
123     'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch']
124   }
125 ]