Salome HOME
native build: use V7_5_3p2 for OCCT
[tools/sat_salome.git] / applications / SALOME-master-native.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SALOME-master-native'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'master'
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             RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
20             SALOME_USE_64BIT_IDS : '1'
21             VTK_SMP_IMPLEMENTATION_TYPE : OpenMP # OpenMP # choose among: sequential / OpenMP / TBB switches
22             SALOME_GMSH_HEADERS_STD : '1'
23         }
24         launch :
25         {
26             PYTHONIOENCODING:"UTF_8",
27             SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH",
28             ROOT_SALOME_INSTALL: '$PRODUCT_ROOT_DIR'
29         }
30         SALOME_trace : "local" # local/file:.../with_logger
31         SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER"  # specify the first modules to display in gui
32         SALOME_ACTOR_DELEGATE_TO_VTK : '1'
33    }
34     products :
35     {
36         # PREREQUISITES :
37         alabaster : 'native'
38         Babel : 'native'
39         boost : 'native'
40         CAS : 'V7_5_3p2'
41         C3PO: 'v2.0'
42         certifi : 'native'
43         # Standalone native cgns works well. Unfortunately, it's directly linked to native hdf which uses a higher version than us.
44         # Rollback to embedded version to avoid versions mismatch between both of them (see imp_1538_cgns_export_import.py)
45         cgns : '4.2.0'
46         chardet : 'native'
47         click : 'native'
48         cmake : 'native'
49         cppunit : 'native'
50         cminpack: '1.3.6'
51         cycler : 'native'
52         Cython : 'native'
53         dateutil : 'native'
54         docutils : 'native'
55         doxygen : 'native'
56         eigen : 'native'
57         embree : '3.12.2'
58         FMILibrary : '2.0.3'
59         fftw : 'native'
60         freeimage : 'native'
61         freetype : 'native'
62         gl2ps : 'native'
63         gdal : 'native'
64         # 'native' too difficult here : need python-pip package (gmsh-sdk) besides system packages
65         gmsh : '4.8.4'
66         graphviz : 'native'
67         hdf5 : '1.10.3'
68         idna : 'native'
69         imagesize : 'native'
70         # 'native' not exists (only available on Fedora platform)
71         ispc : '1.15.0'
72         Jinja2 : 'native'
73         kiwisolver : 'native'
74         lapack : 'native'
75         libxml2 : 'native'
76         llvm : 'native'
77         markupsafe : 'native'
78         matplotlib : 'native'
79         medfile : '4.1.1'
80         mesa : 'native'
81         MeshGems : '2.14-4'
82         metis : 'native'
83         mpi4py: 'native'
84         netgen : '6.2.2101'
85         netcdf : 'native'
86         nlopt : '2.4.2'
87         nose: 'native'
88         numpy : 'native'
89         numpydoc : 'native'
90         omniORB : '4.2.3'
91         omniORBpy : '4.2.3'
92         opencv : 'native'
93         openmpi: 'native'
94         openVKL : '0.11.0'
95         openturns: '1.18'
96         ospray : '2.4.0'
97         packaging : 'native'
98         pandas : 'native'
99         ParaView : {tag:'5.9.0',  base: 'no',  section: 'version_5_9_0_MPI', hpc: 'yes'}
100         PERSALYS: 'v12.0'
101         petsc : {tag : '3.16.0', section: 'version_3_16_0'}
102         Pillow : 'native'
103         # 'native' not exists : freeCAD part but not delivered with it from package handler
104         planegcs : '0.18-3cb6890'
105         psutil : 'native'
106         PyFMI : '2.5'
107         Pygments : 'native'
108         pyparsing : 'native'
109         PyQt : 'native'
110         pyreadline : 'native'
111         Python : 'native'
112         pytz : 'native'
113         qt : 'native'
114         qwt : 'native'
115         requests : 'native'
116         rkCommon : '1.5.1'
117         root: '6.22.02'
118         scipy : 'native'
119         scotch : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
120         setuptools : 'native'
121         sip : 'native'
122         six : 'native'
123         snowballstemmer : 'native'
124         Sphinx : 'native'
125         sphinxcontrib_websupport : 'native'
126         sphinxintl: 'native'
127         sphinx_rtd_theme : 'native'
128         StaticMeshPlugin: '5.8.0'
129         statsmodels : 'native'
130         swig : 'native'
131         salome_system : 'native'
132         tbb : 'native'
133         tcl : 'native'
134         tk : 'native'
135         TopIIVolMesh: 'develop'
136         urllib3 : 'native'
137         zeromq: '4.3.1'
138         URANIE : '4.5.0'
139
140         # SALOME MODULES :
141         'CONFIGURATION'
142         'SALOME'
143         'SHAPER'
144         'SHAPERSTUDY'
145         'RESTRICTED'
146         'LIBBATCH' : {tag : 'V2_4_5'}
147         'KERNEL'
148         'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
149         'GUI'
150         'GEOM'
151         'SMESH'
152         'NETGENPLUGIN'
153         'BLSURFPLUGIN'
154         'GHS3DPLUGIN'
155         'GHS3DPRLPLUGIN'
156         'HYBRIDPLUGIN'
157         'HexoticPLUGIN'
158         'GMSHPLUGIN'
159         'HEXABLOCK'
160         'HEXABLOCKPLUGIN'
161         'HOMARD'
162         'FIELDS'
163         'PARAVIS': {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
164         'OPENTURNS_SALOME'
165         'JOBMANAGER'
166         'YACS'
167         'YACSGEN'
168         'SOLVERLAB'
169         'DOCUMENTATION'
170         'SAMPLES'
171         'COMPONENT'
172         'PYCALCULATOR'
173         'CALCULATOR'
174         'HELLO'
175         'PYHELLO'
176         'EFICAS'
177         'EFICAS_TOOLS'
178         'PY2CPP'
179         'ADAO'
180         'ADAO_INTERFACE'
181         'PARAVISADDONS'
182         'YDEFX'
183         'pmml'
184         'TESTBASE': {tag: 'master'}
185         'CEATESTBASE' : {tag: 'SalomeV9'}
186     }
187     profile :
188     {
189         launcher_name : "salome"
190     }
191     virtual_app:
192     {
193         name : "salome"
194         application_name : "APPLI"
195     }
196     test_base :
197     {
198         name : "SALOME"
199         tag : "SalomeV9"
200     }
201     properties :
202     {
203         mesa_launcher_in_package : "no"
204         repo_dev : "yes"
205         pip : 'yes'
206         pip_install_dir : 'python'
207         single_install_dir : "no"
208     }
209 }
210 __overwrite__ :
211 [
212     {
213         #
214         __condition__ : "VARS.dist in ['UB20.04']"
215         'APPLICATION.products.opencv'  : '3.2.0'
216         'APPLICATION.products.cminpack': 'native'
217         'APPLICATION.products.PyFMI'   : {tag: '2.5',   base: 'no', section: 'version_2_5_no_pip'           }
218         'APPLICATION.products.netcdf'  : '4.6.2'
219     }
220     {
221         # DB10:
222         #   - Qt minimal version 5.12
223         #   - xmlpatterns executable
224         __condition__ : "VARS.dist in ['DB10']"
225         'APPLICATION.products.cminpack': 'native'
226         'APPLICATION.products.PyFMI'    : {tag:'2.5',    base: 'no',  section: 'version_2_5_no_pip'            }
227         'APPLICATION.products.ParaView' : {tag: '5.9.0', base: 'no',  section: 'version_5_9_0_DB10', hpc: 'yes'}
228     }
229     {
230         __condition__ : "VARS.dist in ['DB11']"
231         'APPLICATION.products.opencv' : '3.2.0'
232         'APPLICATION.products.cminpack': 'native'
233         'APPLICATION.products.PyFMI'    : {tag:'2.5',    base: 'no',  section: 'version_2_5_no_pip'            }
234         'APPLICATION.products.ParaView' : {tag: '5.9.0', base: 'no',  section: 'version_5_9_0_DB11', hpc: 'yes'}
235     }
236     {
237         # CentOS 8 repositories don't include sphinxintl package which must be installed through pip.
238         # To avoid its missing (system_info pyconf key doesn't handle this use case), we embed it.
239         __condition__ : "VARS.dist in ['CO8']"
240         'APPLICATION.products.sphinxintl'  : {tag: '0.9.10', base: 'no', section: 'version_0_9_10_no_pip'          }
241         'APPLICATION.products.cminpack'    : '1.3.6'
242         'APPLICATION.products.PyFMI'       : {tag: '2.5',    base: 'no', section: 'version_2_5_no_pip'             }
243         'APPLICATION.products.statsmodels' : {tag: '0.6.1',  base: 'no', section: 'version_0_6_1_no_pip'           }
244         'APPLICATION.products.gdal'        : {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_CO8'              } # spns #29324
245     }
246     {
247         __condition__ : "VARS.dist in ['FD32']"
248         'APPLICATION.products.opencv'    : '3.2.0'
249         'APPLICATION.products.PyFMI'     : {tag: '2.5',   base: 'no', section: 'version_2_5_no_pip'              }
250         'APPLICATION.products.openturns' : {tag: '1.17',  base: 'no', section: 'version_1_17_FD32'               }
251         'APPLICATION.products.Sphinx'    : {tag: '1.7.6', base: 'no', section: 'version_1_7_6_no_pip'            }
252         'APPLICATION.products.gdal'      : {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_FD32'             } # spns #29324
253     }
254     {
255         __condition__ : "VARS.dist in ['FD34']"
256         'APPLICATION.products.opencv'   : '3.2.0'
257         'APPLICATION.products.omniORB'  : '4.2.4'
258         'APPLICATION.products.omniORBpy': '4.2.4'
259         'APPLICATION.products.PyFMI'    : {tag: '2.5',    base: 'no', section: 'version_2_5_no_pip'             }
260         'APPLICATION.products.root'     : {tag:'6.22.02', base: 'no', section: 'version_6_22_02_FD34'           }
261         'APPLICATION.products.gdal'     : {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_FD34'             } # spns #29324
262     }
263 ]