Salome HOME
spns #34285: openturns + PERSALYS
[tools/sat_salome.git] / applications / MEDCOUPLING-master-MPI.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-master-MPI'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'master'
9     base : 'no'
10     debug : 'no'
11     python3 : 'yes'
12     platform : ['CO7', 'CO8', 'DB09']
13     environ :
14     {
15         build :
16         {
17             CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
18             SALOME_USE_64BIT_IDS : '1'
19         }
20         launch :
21         {
22             PYTHONIOENCODING:"UTF_8"
23         }
24     }
25     products :
26     {
27         # PREREQUISITES :
28         alabaster : '0.7.6'
29         Babel : '2.7.0'
30         boost : '1.71.0'
31         certifi : '2018.8.24'
32         click : '6.7'
33         cmake : '3.25.2' 
34         cppunit : '1.13.2'
35         chardet : '3.0.4'
36         Cython : '0.29.12'
37         docutils : '0.12'
38         doxygen : '1.8.14'
39         graphviz : '2.38.0'
40         hdf5 : {tag : '1.10.3', hpc : 'yes'}
41         idna : '2.7'
42         imagesize : '1.0.0'
43         Jinja2 : '2.7.3'
44         lapack : '3.8.0'
45         libxml2 : '2.9.1'
46         markupsafe : '0.23'
47         medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
48         mpi4py: '3.0.3'
49         numpy : '1.16.4'
50         openmpi : '3.1.6'
51         packaging : '17.1'
52         ParMetis : '3.1.1'
53         pockets : '0.6.2'
54         Pygments : '2.0.2'
55         pyparsing : '2.0.3'
56         pyreadline : '2.0'
57         Python : '3.6.5'
58         pytz : '2017.2'
59         requests : '2.19.1'
60         scipy : '1.4.1'
61         scotch : '6.0.4'
62         setuptools : '38.4.0'
63         six : '1.10.0'
64         snowballstemmer : '1.2.1'
65         Sphinx : '1.7.6'
66         sphinx_rtd_theme : '0.4.3'
67         sphinxcontrib_websupport : '1.1.0'
68         sphinxintl: '0.9.10'
69         swig : '3.0.12'
70         urllib3 : '1.23'
71
72         # SALOME MODULES :
73         'CONFIGURATION'
74         'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI_STD', hpc: 'yes'} # FIXME
75     }
76     test_base : 
77     {
78         name : "SALOME"
79         tag : "SalomeV9"
80     }
81     properties :
82     {
83         repo_dev : "yes"
84         pip : 'yes'
85         pip_install_dir : 'python'
86         single_install_dir : "no"
87     }
88 }
89 __overwrite__ :
90 [
91     {
92         __condition__ : "VARS.dist in ['FD32']"
93         # gcc https://github.com/scipy/scipy/issues/11611
94         # either patch numpy to include -fallow-argument-mismatch or move to that version
95         'APPLICATION.products.scipy' : '1.5.2'
96     }
97     {
98         __condition__: "VARS.dist in ['FD34', 'FD36', 'FD37']"
99         # gcc https://github.com/scipy/scipy/issues/11611
100         # either patch numpy to include -fallow-argument-mismatch or move to that version
101         'APPLICATION.products.scipy' : '1.5.2'
102         # https://github.com/pyenv/pyenv/issues/1889
103         'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_FD34'}
104     }
105     {
106         __condition__ : "VARS.dist in ['DB11']"
107         # gcc https://github.com/scipy/scipy/issues/11611
108         # either patch numpy to include -fallow-argument-mismatch or move to that version
109         'APPLICATION.products.scipy' : '1.5.2'
110     }
111     {
112         __condition__ : "VARS.dist in ['UB22.04']"
113         # gcc https://github.com/scipy/scipy/issues/11611
114         # either patch numpy to include -fallow-argument-mismatch or move to that version
115         'APPLICATION.products.scipy' : '1.5.2'
116         'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_UB22_04'}
117     }
118 ]