Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / MEDCOUPLING-9.5.0.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-9.5.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V9_5_0'
9     base : 'no'
10     debug : 'no'
11     python3 : 'yes'
12     environ :
13     {
14         build : {CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"}
15         launch : {PYTHONIOENCODING:"UTF_8"} 
16     }
17     products :
18     {
19         # PREREQUISITES :
20         alabaster : '0.7.6'
21         Babel : '2.6.0'
22         boost : '1.58.0'
23         certifi : '2018.8.24'
24         click : '6.7'
25         cmake : '3.12.1' 
26         cppunit : '1.13.2'
27         chardet : '3.0.4'
28         Cython : '0.25.2'
29         docutils : '0.12'
30         doxygen : '1.8.14'
31         graphviz : '2.38.0'
32         hdf5 : '1.10.3'
33         idna : '2.7'
34         imagesize : '1.0.0'
35         Jinja2 : '2.7.3'
36         lapack : '3.8.0'
37         libxml2 : '2.9.1'
38         markupsafe : '0.23'
39         medfile : '4.1.0'
40         metis : '5.1.0'
41         numpy : '1.15.1'
42         pockets : '0.6.2'
43         Pygments : '2.0.2'
44         pyparsing : '2.0.3'
45         Python : '3.6.5'
46         pytz : '2015.4'
47         requests : '2.19.1'
48         scipy : '0.19.1'
49         scotch : '6.0.4'
50         setuptools : '38.4.0'
51         six : '1.10.0'
52         snowballstemmer : '1.2.1'
53         Sphinx : '1.7.6'
54         sphinxcontrib_napoleon : '0.6.1'
55         sphinxcontrib_websupport : '1.1.0'
56         sphinxintl: '0.9.10'
57         swig : '3.0.12'
58         packaging : '17.1'
59         urllib3 : '1.23'
60
61         # SALOME MODULES :
62         'CONFIGURATION'
63         'MEDCOUPLING'
64     }
65     test_base : 
66     {
67         name : "SALOME"
68         tag : "SalomeV9"
69     }
70     properties :
71     {
72         repo_dev : "yes"
73         pip : 'yes'
74         pip_install_dir : 'python'
75         single_install_dir : "no"
76     }
77 }