Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / applications / MEDCOUPLING-9.6.0-MPI.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-9.6.0-MPI'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V9_6_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.0', hpc : 'yes', section : 'default_Autotools' }
47         numpy : '1.15.1'
48         openmpi : '2.1.6'
49         ParMetis : '3.1.1'
50         pockets : '0.6.2'
51         Pygments : '2.0.2'
52         pyparsing : '2.0.3'
53         Python : '3.6.5'
54         pytz : '2015.7'
55         requests : '2.19.1'
56         scipy : '0.19.1'
57         scotch : '6.0.4'
58         setuptools : '38.4.0'
59         six : '1.10.0'
60         snowballstemmer : '1.2.1'
61         Sphinx : '1.7.6'
62         sphinxcontrib_napoleon : '0.6.1'
63         sphinxcontrib_websupport : '1.1.0'
64         sphinxintl: '0.9.10'
65         swig : '3.0.12'
66         packaging : '17.1'
67         urllib3 : '1.23'
68
69         # SALOME MODULES :
70         'CONFIGURATION'
71         'MEDCOUPLING' : {tag : 'V9_6_0', section: 'version_V9_6_0_MPI'}
72     }
73     test_base : 
74     {
75         name : "SALOME"
76         tag : "SalomeV9"
77     }
78     properties :
79     {
80         repo_dev : "yes"
81         pip : 'yes'
82         pip_install_dir : 'python'
83         single_install_dir : "no"
84     }
85 }