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