Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / applications / ParaView-5.8.0.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'ParaView-5.8.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : '5.8.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            VTK_SMP_IMPLEMENTATION_TYPE : OpenMP
20         }
21         launch :
22         {
23             PYTHONIOENCODING:"UTF_8"
24         }
25         SALOME_trace : "local"
26     }
27     products :
28     {
29         # PREREQUISITES :
30         alabaster : '0.7.6'
31         Babel : '2.7.0'
32         boost : '1.58.0'
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         cppunit : '1.13.2'
39         cycler : '0.10.0'
40         Cython : '0.25.2'
41         dateutil : '2.4.2'
42         docutils : '0.12'
43         doxygen : '1.8.14'
44         eigen : '3.3.4'
45         embree : '3.3.0'
46         freeimage : '3.16.0'
47         freetype : '2.9.1'
48         graphviz : '2.38.0'
49         hdf5 : '1.10.3'
50         idna : '2.7'
51         imagesize : '1.0.0'
52         ispc : '1.9.2'
53         Jinja2 : '2.7.3'
54         kiwisolver : '1.0.1'
55         lapack : '3.8.0'
56         libxml2 : '2.9.1'
57         llvm : '8.0.1-clang'
58         markupsafe : '0.23'
59         matplotlib : '2.2.2'
60         medfile : '4.1.0'
61         mesa : '19.0.8'
62         numpy : '1.15.1'
63         opencv : '3.2.0'
64         openssl : "native"
65         ospray : '1.8.4'
66         packaging : '17.1'
67         ParaView : '5.8.0'
68         Pillow : '7.1.1'
69         planegcs : '0.18-3cb6890'
70         pockets : '0.6.2'
71         Pygments : '2.0.2'
72         pyparsing : '2.0.3'
73         PyQt : '5.9'
74         pyreadline : '2.0'
75         Python : '3.6.5'
76         pytz : '2015.7'
77         qt : '5.9.1'
78         qwt : '6.1.2'
79         requests : '2.19.1'
80         scipy : '0.19.1'
81         setuptools : '38.4.0'
82         sip : '4.19.3'
83         six : '1.10.0'
84         snowballstemmer : '1.2.1'
85         Sphinx : '1.7.6'
86         sphinxcontrib_napoleon : '0.6.1'
87         sphinxcontrib_websupport : '1.1.0'
88         sphinx_rtd_theme : '0.4.3'
89         sphinxintl: '0.9.10'
90         swig : '3.0.12'
91         tbb : 'native'
92         urllib3 : '1.23'
93
94         # SALOME MODULES :
95         'CONFIGURATION' : 'master'
96     }
97     profile :
98     {
99     }
100     test_base : 
101     {
102     }
103     properties :
104     {
105         repo_dev : "yes"
106         pip : 'yes'
107         pip_install_dir : 'python'
108         single_install_dir : "yes"
109     }
110 }
111 __overwrite__ :
112 [
113   {
114    # GTK  compilation issue
115     __condition__ : "VARS.dist in ['CO6']"
116     'APPLICATION.products.opencv' : '2.4.13.5'
117     'APPLICATION.products.tbb' : '4.4'
118     'APPLICATION.products.llvm' : '3.9.1-clang'
119     'APPLICATION.products.mesa' : '13.0.6'
120     'PRODUCTS.embree.default.patches' : ['embree-3.5.2-centos6.patch']
121   }
122
123   {
124    # tbb as a mandatory native product since SMESH with tbb, not installed on DB8 (temporary)
125     __condition__ : "VARS.dist in ['DB08']"
126     'APPLICATION.products.tbb' : '4.4'
127   }
128
129   {
130     #
131     __condition__ : "VARS.dist in ['FD26']"
132     'APPLICATION.products.tbb'    : '2017-7'
133     'APPLICATION.products.embree' : '3.5.2'
134   }
135
136   {
137     #
138     __condition__ : "VARS.dist in ['UB20.04']"
139     'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch']
140   }
141
142   {
143     __condition__ : "VARS.dist in ['FD32']"
144     'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
145     # see https://bugs.gentoo.org/708730
146     'PRODUCTS.llvm.version_8_0_1_clang.patches' : ['llvm-8.0.1-clang-FD32.patch']
147     'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch', 'qt-5.9.1-mapbox-FD32.patch']
148     'PRODUCTS.mesa.version_19_0_8.patches' : ['mesa-19.0.8-debug_symbol.patch']
149     'PRODUCTS.ParaView.version_5_8_0.patches' : ['paraview.0010-ParaViewClient.patch',
150                                                  'paraview.0004-ParaView_hdf5.patch',
151                                                  'paraview.0005-ParaView_find_cgns.patch',
152                                                  'paraview.0006-ParaView_find_libxml2.patch',
153                                                  'paraview.0007-ParaView_find_freetype.patch',
154                                                  'paraview.0009-ParaView_volume_mapper.patch',
155                                                  'pv_coincident.patch'
156                                                 ]
157   }
158
159   {
160     __condition__ : "VARS.dist in ['CO8']"
161     'PRODUCTS.ParaView.version_5_8_0.patches' : ['paraview.0010-ParaViewClient.patch',
162                                                  'paraview.0004-ParaView_hdf5.patch',
163                                                  'paraview.0005-ParaView_find_cgns.patch',
164                                                  'paraview.0006-ParaView_find_libxml2.patch',
165                                                  'paraview.0007-ParaView_find_freetype.patch',
166                                                  'paraview.0009-ParaView_volume_mapper.patch',
167                                                  'pv_coincident.patch'
168                                                 ]
169   }
170 ]