Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / MEDCOUPLING-9.11.0-native.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-9.11.0-native'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V9_11_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 : '3.25.2' 
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 : '4.1.1'
47         metis : 'native'
48         mpi4py : 'native'
49         numpy : 'native'
50         openmpi: 'native'
51         pockets : 'native'
52         Pygments : 'native'
53         pyparsing : 'native'
54         Python : 'native'
55         pytz : 'native'
56         requests : 'native'
57         scipy : 'native'
58         scotch : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
59         setuptools : 'native'
60         six : 'native'
61         snowballstemmer : 'native'
62         Sphinx : 'native'
63         sphinxcontrib_napoleon : 'native'
64         sphinxcontrib_websupport : 'native'
65         sphinxintl: 'native'
66         swig : 'native'
67         packaging : 'native'
68         urllib3 : 'native'
69
70         # SALOME MODULES :
71         'CONFIGURATION'
72         'MEDCOUPLING' : {tag:'V9_11_0', base:'no', section:'default_MPI', hpc:'yes'}
73     }
74     test_base : 
75     {
76         name : "SALOME"
77         tag : "SalomeV9"
78     }
79     properties :
80     {
81         repo_dev : "yes"
82         pip : 'yes'
83         pip_install_dir : 'python'
84         single_install_dir : "no"
85     }
86 }
87 __overwrite__ :
88 [
89     {
90         __condition__ : "VARS.dist in ['CO8']"
91         'APPLICATION.products.sphinxintl' : '0.9.10'
92         'PRODUCTS.sphinxintl.default.properties.pip' : "no"
93     }
94     {
95         __condition__ : "VARS.dist in ['UB22.04']"
96         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB22_04'}
97     }
98     {
99         __condition__ : "VARS.dist in ['FD38']"
100         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD38'}
101     }
102     {
103         __condition__ : "VARS.dist in ['FD37']"
104         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD37'}
105     }
106     {
107         __condition__ : "VARS.dist in ['FD36']"
108         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD36'}
109     }
110 ]