Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / MEDCOUPLING-master.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-master'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'master'
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.25.2'
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 : '1.10.3'
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 : {section: 'default_Autotools', tag: '4.1.1'}
47         metis : '5.1.0'
48         numpy : '1.15.1'
49         pockets : '0.6.2'
50         Pygments : '2.0.2'
51         pyparsing : '2.0.3'
52         Python : '3.6.5'
53         pytz : '2015.7'
54         requests : '2.19.1'
55         scipy : '0.19.1'
56         scotch : '6.0.4'
57         setuptools : '38.4.0'
58         six : '1.10.0'
59         snowballstemmer : '1.2.1'
60         Sphinx : '1.7.6'
61         sphinxcontrib_napoleon : '0.6.1'
62         sphinxcontrib_websupport : '1.1.0'
63         sphinxintl: '0.9.10'
64         swig : '4.0.2'
65         packaging : '17.1'
66         urllib3 : '1.23'
67
68         # SALOME MODULES :
69         'CONFIGURATION'
70         'MEDCOUPLING'
71     }
72     test_base :
73     {
74         name : "SALOME"
75         tag : "SalomeV9"
76     }
77     properties :
78     {
79         repo_dev : "yes"
80         pip : 'yes'
81         pip_install_dir : 'python'
82         single_install_dir : "no"
83     }
84 }
85 __overwrite__ :
86 [
87   {
88     __condition__ : "VARS.dist in ['FD32']"
89     '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
90   }
91 ]