Salome HOME
use HDF5_INCLUDE_DIRS to help cmake to pick up correct HDF5 include directory in...
[tools/sat_salome.git] / applications / SALOME-9.3.0.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SALOME-9.3.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V9_3_0'
9     debug : 'no'
10     dev : 'no'
11     base : 'no'
12     python3 : 'yes'
13     environ :
14     {
15         build : {CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"}
16         #this policy is to be discussed in next cotech. alternative is to encode every accentued string with .encode('utf-8') 
17         launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:"SHAPER:GEOM:SMESH"}
18     }
19     products :
20     {
21         # PREREQUISITES :
22         alabaster : '0.7.6'
23         Babel : '2.6.0'
24         boost : '1.58.0'
25         CAS : 'V7_3_0p3'
26         certifi : '2018.8.24'
27         cgns : '3.3.1'
28         chardet : '3.0.4'
29         click : '6.7'
30         cmake : '3.12.1'
31         cppunit : '1.13.2'
32         cycler : '0.10.0'
33         Cython : '0.25.2'
34         dateutil : '2.4.2'
35         docutils : '0.12'
36         doxygen : '1.8.14'
37         eigen : '3.3.4'
38         freeimage : '3.16.0'
39         freetype : '2.9.1'
40         gl2ps : '1.4.0_4037312'
41         gmsh : '4.1.4'
42         graphviz : '2.38.0'
43         hdf5 : '1.10.3'
44         homard_bin : '11.12'
45         idna : '2.7'
46         imagesize : '1.0.0'
47         Jinja2 : '2.7.3'
48         kiwisolver : '1.0.1'
49         lapack : '3.8.0'
50         lata : '1.4-PV5.6.0p1_7bafc2b'
51         libxml2 : '2.9.1'
52         llvm : '3.9.1'
53         markupsafe : '0.23'
54         matplotlib : '2.2.2'
55         medfile : '4.0.0'
56         mesa : '13.0.6'
57         MeshGems : '2.8-6'
58         metis : '5.1.0'
59         netgen : '5.3.1_with_CAS_7.2'
60         numpy : '1.15.1'
61         omniORB : '4.2.2'
62         omniORBpy : '4.2.2'
63         opencv : '2.4.13.5'
64         packaging : '17.1'
65         ParaView : {tag : '5.6.0p1_7bafc2b'}
66         planegcs : '0.18-3cb6890'
67         pockets : '0.6.2'
68         Pygments : '2.0.2'
69         pyparsing : '2.0.3'
70         PyQt : '5.9'
71         pyreadline : '2.0'
72         Python : '3.6.5'
73         pytz : '2015.4'
74         qt : '5.9.1'
75         qwt : '6.1.2'
76         requests : '2.19.1'
77         scipy : '0.19.1'
78         scotch : '6.0.4'
79         setuptools : '38.4.0'
80         sip : '4.19.3'
81         six : '1.10.0'
82         snowballstemmer : '1.2.1'
83         Sphinx : '1.7.6'
84         sphinxcontrib_napoleon : '0.6.1'
85         sphinxcontrib_websupport : '1.1.0'
86         sphinxintl: '0.9.10'
87         swig : '3.0.12'
88         tcl : '8.6.0'
89         tk : '8.6.0'
90         urllib3 : '1.23'
91
92         # SALOME MODULES :
93         'CONFIGURATION'
94         'SALOME'
95         'SHAPER'
96         'LIBBATCH'  : {tag:'V2_4_1'}
97         'KERNEL'
98         'MEDCOUPLING'
99         'GUI'
100         'GEOM'
101         'SMESH'
102         'NETGENPLUGIN'
103         'BLSURFPLUGIN'
104         'GHS3DPLUGIN'
105         'GHS3DPRLPLUGIN'
106         'HYBRIDPLUGIN'
107         'HexoticPLUGIN'
108         'GMSHPLUGIN'
109         'HEXABLOCK'
110         'HEXABLOCKPLUGIN'
111         'HOMARD'
112         'FIELDS'
113         'PARAVIS'
114         'JOBMANAGER'
115         'YACS'
116         'YACSGEN'
117         'DOCUMENTATION'
118         'SAMPLES'
119         'COMPONENT'
120         'PYCALCULATOR'
121         'CALCULATOR'
122         'HELLO'
123         'PYHELLO'
124         'CEATESTBASE' : {tag: 'SalomeV9'}
125     }
126     profile :
127     {
128         launcher_name : "salome"
129     }
130     virtual_app:
131     {
132         name : "salome"
133         application_name : "APPLI"
134     }
135     test_base : 
136     {
137         name : "SALOME"
138         tag : "SalomeV9"
139     }
140     properties :
141     {
142         mesa_launcher_in_package : "yes"
143         repo_dev : "yes"
144     }
145 }
146 __overwrite__ :
147 [
148   {
149   }
150 ]