Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / MEDCOUPLING-9.6.0-native.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-9.6.0-native'
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 : 'native'
28         Babel : 'native'
29         boost : 'native'
30         certifi : 'native'
31         click : 'native'
32         cmake : 'native' 
33         cppunit : 'native'
34         chardet : 'native'
35         Cython : 'native'
36         docutils : 'native'
37         doxygen : 'native'
38         graphviz : 'native'
39         hdf5 : '1.10.3'
40         idna : 'native'
41         imagesize : 'native'
42         Jinja2 : 'native'
43         lapack : 'native'
44         libxml2 : 'native'
45         markupsafe : 'native'
46         medfile : {section: 'default_Autotools', tag: '4.1.0'}
47         metis : 'native'
48         numpy : 'native'
49         pockets : 'native'
50         Pygments : 'native'
51         pyparsing : 'native'
52         Python : 'native'
53         pytz : 'native'
54         requests : 'native'
55         scipy : 'native'
56         scotch : 'native'
57         setuptools : 'native'
58         six : 'native'
59         snowballstemmer : 'native'
60         Sphinx : 'native'
61         sphinxcontrib_napoleon : 'native'
62         sphinxcontrib_websupport : 'native'
63         sphinxintl: 'native'
64         swig : 'native'
65         packaging : 'native'
66         urllib3 : 'native'
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 ]