]> SALOME platform Git repositories - tools/sat_salome.git/blob - applications/MEDCOUPLING-9.10.0-native.pyconf
Salome HOME
update MEDCOULING 9.10.0 release candidate jobs and align SALOME-master on SALOME...
[tools/sat_salome.git] / applications / MEDCOUPLING-9.10.0-native.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-9.10.0-native'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V9_10_0rc1'
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 : 'native' 
34         cppunit : 'native'
35         chardet : 'native'
36         Cython : 'native'
37         docutils : 'native'
38         doxygen : 'native'
39         graphviz : 'native'
40         hdf5 : '1.10.3'
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 : 'default_Autotools' }
48         metis : '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
70         # SALOME MODULES :
71         'CONFIGURATION'
72         'MEDCOUPLING'
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 ]