Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / MEDCOUPLING-9.9.0-native.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-9.9.0-native'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V9_9_0'
9     base : 'no'
10     debug : 'no'
11     python3 : 'yes'
12     platform : ["FD32", "FD34", "FD36", "FD37", "CO8", "DB10", "DB11", "UB20.04", "UB22.04"]
13     environ :
14     {
15         build :
16         {
17            CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
18            SALOME_USE_64BIT_IDS : '1'
19         }
20         launch :
21         {
22            PYTHONIOENCODING:"UTF_8"
23         }
24     }
25     products :
26     {
27         # PREREQUISITES :
28         alabaster : 'native'
29         Babel : 'native'
30         boost : 'native'
31         certifi : 'native'
32         click : 'native'
33         cmake : '3.24.2' 
34         cppunit : 'native'
35         chardet : 'native'
36         Cython : 'native'
37         docutils : 'native'
38         doxygen : 'native'
39         graphviz : 'native'
40         hdf5 : 'native'
41         idna : 'native'
42         imagesize : 'native'
43         Jinja2 : 'native'
44         lapack : 'native'
45         libxml2 : 'native'
46         markupsafe : 'native'
47         medfile : {tag : '4.1.1', hpc : 'yes', section : 'version_4_1_1' }
48         metis : 'native'
49         mpi4py: 'native'
50         numpy : 'native'
51         openmpi : 'native'
52         pockets : 'native'
53         Pygments : 'native'
54         pyparsing : 'native'
55         Python : 'native'
56         pytz : 'native'
57         requests : 'native'
58         scipy : 'native'
59         scotch : 'native'
60         setuptools : 'native'
61         six : 'native'
62         snowballstemmer : 'native'
63         Sphinx : 'native'
64         sphinxcontrib_napoleon : 'native'
65         sphinxcontrib_websupport : 'native'
66         sphinxintl: 'native'
67         swig : 'native'
68         packaging : 'native'
69         urllib3 : 'native'
70
71         # SALOME MODULES :
72         'CONFIGURATION'
73         'MEDCOUPLING' : {tag:'V9_9_0', base: 'no', section: 'default_MPI_STD', hpc: 'yes'}
74     }
75     test_base : 
76     {
77         name : "SALOME"
78         tag : "SalomeV9"
79     }
80     properties :
81     {
82         repo_dev : "yes"
83         pip : 'yes'
84         pip_install_dir : 'python'
85         single_install_dir : "no"
86     }
87 }
88 __overwrite__ :
89 [
90     {
91         __condition__ : "VARS.dist in ['CO8']"
92         'APPLICATION.products.sphinxintl' : '0.9.10'
93         'PRODUCTS.sphinxintl.default.properties.pip' : "no"
94     }
95     {
96         __condition__ : "VARS.dist in ['UB22.04']"
97         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB22_04'}
98     }
99     {
100         __condition__ : "VARS.dist in ['FD37']"
101         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD37'}
102     }
103     {
104         __condition__ : "VARS.dist in ['FD36']"
105         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD36'}
106     }
107 ]