Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / SALOME-7.8.0.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SALOME-7.8.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V7_8_0'
9     dev : 'no'
10     verbose :'no'
11     debug : 'no'
12     environ :
13     {
14     }
15     products :
16     {
17         # PREREQUISITES :
18         Python : '2.7.10'
19         Cython : '0.23.2'
20         numpy : '1.9.2'
21         scipy : '0.15.1'
22         lapack : '3.5.0'
23         cmake : '3.5.2'
24         pyreadline : '2.0'
25         setuptools : '0.6c11'
26         markupsafe : '0.23'
27         Jinja2 : '2.7.3'
28         six : '1.9.0'
29         distribute : '0.6.28'
30         pytz : '2014.10'
31         pyparsing : '1.5.6'
32         dateutil : '2.4.0'
33         freetype : '2.4.11'
34         matplotlib : '1.4.3'
35         cppunit : '1.12.1'
36         qt : '4.8.4'
37         PyQt : '4.9.6'
38         qwt : '6.1.0'
39         sip : '4.14.2'
40         omniORB : '4.1.6'
41         omniORBpy : '3.6'
42         boost : '1.58.0'
43         swig : '2.0.8'
44         gl2ps : '1.3.8'
45         freeimage : '3.16.0'
46         tcl : '8.6.0'
47         tk : '8.6.0'
48         libxml2 : '2.9.0'
49         CAS : {tag : '6.9.1p1', section : 'version_6_0_0_to_7_0_0'}
50         hdf5 : '1.8.14'
51         ParaView : '5.0.1p1'
52         metis : '5.1.0'
53 #        ParMetis : '3.1.1'
54         scotch : '5.1.12b'
55         medfile : '3.2.0'
56         graphviz : '2.38.0'
57         doxygen : '1.8.3.1'
58         docutils : '0.12'
59         Sphinx : '1.2.3'
60         Pygments : '2.0.2'
61         opencv : '2.4.6.1'
62         homard_bin : '11.7'
63         netgen : '4.9.13'
64         MeshGems : '2.1-11'
65         cgns : '3.1.3-4'
66         fftw : '3.3.4'
67         root : 'v5-34-32'
68         nlopt : '2.2.4'
69         pcl : '1.10'
70         uranie : '3.6.0'
71         lata : '1.3p2'
72         gmsh : '2.12.0'
73
74         # SALOME MODULES :
75         'SALOME_PROFILE' : "7.8.0"
76
77         'LIBBATCH' : "V2_3_0"
78         'JOBMANAGER'
79         'KERNEL'
80         'GUI'
81
82         'GEOM'
83
84         'SMESH'
85         'NETGENPLUGIN'
86         'GHS3DPLUGIN'
87         'HYBRIDPLUGIN'
88         'BLSURFPLUGIN'
89         'HexoticPLUGIN'
90         'GHS3DPRLPLUGIN' #ne pas livrer le plugin GHS3DPRLPLUGIN dans les versions opensource
91         'HEXABLOCK'
92         'HEXABLOCKPLUGIN'
93         'MED'
94         'GMSHPLUGIN' 
95         'HOMARD'
96         'MEDCOUPLING'
97         'YACS'
98         'YACSGEN'
99         'XDATA' : "0.9.11"
100         'HXX2SALOME'
101         'PARAVIS'
102         'SAMPLES'
103         'COMPONENT'
104         'PYCALCULATOR'
105         'CALCULATOR'
106         'HELLO'
107         'PYHELLO'
108
109         'DOCUMENTATION'
110     }
111     profile :
112     {
113         product : "SALOME_PROFILE"
114     }
115     test_base : 
116     {
117         name : "SALOME"
118         tag : "7.8.0"
119     }
120 }
121