Salome HOME
fix SALOME 9.4, 9.5, 9.6 compilation issues
[tools/sat_salome.git] / applications / ParaView-5.10.0.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'ParaView-5.10.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : '5.10.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.71.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         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.12.2'
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.15.0'
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 : '3.0.3'
60         medfile : {section: 'default_Autotools', tag: '4.1.0'}
61         mesa : '19.0.8'
62         numpy : '1.16.4'
63         opencv : '3.2.0'
64         openVKL: '0.11.0'
65         ospray : '2.4.0'
66         packaging : '17.1'
67         ParaView : '5.10.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.15.3'
74         pyreadline : '2.0'
75         Python : '3.6.5'
76         pytz : '2015.7'
77         qt : '5.12.10'
78         qwt : '6.1.2'
79         requests : '2.19.1'
80         rkCommon : '1.5.1'
81         salome_system : 'native'
82         scipy : '1.4.1'
83         setuptools : '38.4.0'
84         sip : '5.5.0'
85         six : '1.10.0'
86         snowballstemmer : '1.2.1'
87         Sphinx : '1.7.6'
88         sphinxcontrib_websupport : '1.1.0'
89         sphinx_rtd_theme : '0.4.3'
90         sphinxintl: '0.9.10'
91         swig : '3.0.12'
92         tbb : '2019_U8'
93         urllib3 : '1.23'
94
95         # SALOME MODULES :
96         'CONFIGURATION' : 'master'
97     }
98     profile :
99     {
100     }
101     test_base : 
102     {
103     }
104     properties :
105     {
106         repo_dev : "yes"
107         pip : 'yes'
108         pip_install_dir : 'python'
109         single_install_dir : "no"
110     }
111 }
112 __overwrite__ :
113 [
114   {
115    __condition__ : "VARS.dist in ['FD32']"
116    # https://github.com/scipy/scipy/issues/11611
117    'APPLICATION.products.scipy' : '1.5.2'
118   }
119 ]