Salome HOME
Remove the GEOM patch related to opencv on CO6 - finally fixed in its sources
[tools/sat_salome.git] / applications / ParaView-5.9.0.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'ParaView-5.9.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : '5.9.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 : '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         glfw : 'native'
49         graphviz : '2.38.0'
50         hdf5 : '1.10.3'
51         idna : '2.7'
52         imagesize : '1.0.0'
53         ispc : '1.15.0'
54         Jinja2 : '2.7.3'
55         kiwisolver : '1.0.1'
56         lapack : '3.8.0'
57         libxml2 : '2.9.1'
58         llvm : '8.0.1-clang'
59         markupsafe : '0.23'
60         matplotlib : '2.2.2'
61         medfile : '4.1.0'
62         mesa : '19.0.8'
63         numpy : '1.15.1'
64         opencv : '3.2.0'
65         openssl : "native"
66         openVKL: '0.11.0'
67         ospray : '2.4.0'
68         packaging : '17.1'
69         ParaView : '5.9.0'
70         Pillow : '7.1.1'
71         planegcs : '0.18-3cb6890'
72         pockets : '0.6.2'
73         Pygments : '2.0.2'
74         pyparsing : '2.0.3'
75         PyQt : '5.11.3'
76         pyreadline : '2.0'
77         Python : '3.6.5'
78         pytz : '2015.7'
79         qt : '5.12.10'
80         qwt : '6.1.2'
81         requests : '2.19.1'
82         rkCommon : '1.5.1'
83         scipy : '0.19.1'
84         setuptools : '38.4.0'
85         sip : '4.19.12'
86         six : '1.10.0'
87         snowballstemmer : '1.2.1'
88         Sphinx : '1.7.6'
89         sphinxcontrib_napoleon : '0.6.1'
90         sphinxcontrib_websupport : '1.1.0'
91         sphinx_rtd_theme : '0.4.3'
92         sphinxintl: '0.9.10'
93         swig : '3.0.12'
94         tbb : '4.4'
95         urllib3 : '1.23'
96
97         # SALOME MODULES :
98         'CONFIGURATION' : 'master'
99     }
100     profile :
101     {
102     }
103     test_base : 
104     {
105     }
106     properties :
107     {
108         repo_dev : "yes"
109         pip : 'yes'
110         pip_install_dir : 'python'
111         single_install_dir : "yes"
112     }
113 }