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