Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / MEDCOUPLING-9.7.0-native.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-9.7.0-native'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V9_7_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.24.2'
33         cppunit : 'native'
34         chardet : 'native'
35         Cython : 'native'
36         docutils : 'native'
37         doxygen : 'native'
38         graphviz : 'native'
39         hdf5 : 'native'
40         idna : 'native'
41         imagesize : 'native'
42         Jinja2 : 'native'
43         lapack : 'native'
44         libxml2 : 'native'
45         markupsafe : 'native'
46         medfile : {tag : '4.1.0', hpc : 'yes', section : 'version_4_1_0_hdf5' }
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 : 'native'
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         # SALOME MODULES :
70         'CONFIGURATION'
71         'MEDCOUPLING' : {tag:'V9_7_0', base: 'no', section: 'default_MPI_STD', hpc: 'yes'}
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 }
86 __overwrite__ :
87 [
88     {
89         __condition__ : "VARS.dist in ['CO8']"
90         'APPLICATION.products.sphinxintl' : '0.9.10'
91         'PRODUCTS.sphinxintl.default.properties.pip' : "no"
92     }
93 ]