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