Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / Paraview-offscreen-rendering.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'Paraview-offscreen-rendering'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     #tag : 'V8_2_0'
9     #base : 'no'
10     environ :
11     {
12         OMNIORB_USER_PATH : '/tmp'
13         #_PATH : '/usr/sbin:/sbin'
14     }
15     products :
16     {
17         # PREREQUISITES :
18         cmake : '3.5.2'
19         Python : '2.7.10'
20 # OP 18/04/2017 Artifact 8498 : Passage de la compilation de hdf5 a cmake
21 #                               La section CMake devient la section par defaut
22         #hdf5 : { section : 'default_CMake', tag : '1.8.14'}
23         hdf5 : '1.8.14'
24         qt : '5.6.1-1'
25         boost : '1.58.0'
26         gl2ps : '1.3.9p1'
27         libxml2 : '2.9.0'
28         freetype : '2.4.11'
29         PyQt : '5.6'
30         numpy : '1.9.2'
31         six : '1.9.0'
32         pytz : '2014.10'
33         distribute : '0.6.28'
34         pyparsing : '1.5.6'
35         dateutil : '2.4.0'
36         setuptools : '0.6c11'
37         matplotlib : '1.4.3'
38         sip : '4.18'
39         llvm : '3.9.1'
40         mesa : '13.0.5'
41         glu : '9.0.0'
42         ParaView : {section : 'version_5_1_2plus_820_offscreen_rendering', tag : '5.1.2plus'}
43         openmpi : "1.8.5"
44
45     }
46     test_base : 
47     {
48     }
49 }
50