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