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