]> SALOME platform Git repositories - tools/sat_salome.git/blob - applications/MEDCOUPLING-master-int32.pyconf
Salome HOME
spns #43023: handle MEDReader submodule and support older git versions
[tools/sat_salome.git] / applications / MEDCOUPLING-master-int32.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name    : 'MEDCOUPLING-master-int32'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag     : 'master'
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         }
18         launch :
19         {
20            PYTHONIOENCODING:"UTF_8"
21         }
22     }
23     products :
24     {
25         # PREREQUISITES :
26         alabaster : '0.7.6'
27         Babel : '2.14.0'
28         boost : '1.71.0'
29         certifi : '2018.8.24'
30         click : '6.7'
31         cmake : '3.25.2'
32         cppunit : '1.13.2'
33         chardet : '3.0.4'
34         charset_normalizer : '3.3.2'
35         Cython : '0.29.37'
36         docutils : '0.20.1'
37         doxygen : '1.8.14'
38         graphviz : '2.38.0'
39         hdf5 : '1.10.3'
40         idna : '2.7'
41         imagesize : '1.4.1'
42         importlib_metadata : '7.0.1'
43         Jinja2 : '3.1.3'
44         lapack : '3.8.0'
45         libxml2 : '2.9.12'
46         markupsafe : '2.1.5'
47         medfile : '4.1.1'
48         metis : '5.1.0'
49         numpy : '1.21.1'
50         packaging : '23.2'
51         pockets : '0.6.2'
52         Pygments : '2.17.2'
53         pyparsing : '3.1.1'
54         Python : '3.9.14'
55         pytz : '2017.2'
56         requests : '2.31.0'
57         scipy : '1.6.2'
58         scotch : '6.1.2'
59         setuptools : '69.0.3'
60         six : '1.10.0'
61         snowballstemmer : '2.2.0'
62         Sphinx : '7.2.6'
63         sphinxcontrib_applehelp : '1.0.8'
64         sphinxcontrib_devhelp : '1.0.6'
65         sphinxcontrib_jsmath : '1.0.1'
66         sphinxcontrib_qthelp : '1.0.7'
67         sphinxcontrib_htmlhelp : '2.0.5'
68         sphinxcontrib_serializinghtml : '1.1.10'
69         sphinxcontrib_napoleon : '0.6.1'
70         sphinxcontrib_websupport : '1.2.7'
71         sphinxintl: '2.1.0'
72         swig : '4.0.2'
73         urllib3 : '1.23'
74         zipp : '3.17.0'
75
76         # SALOME MODULES :
77         'CONFIGURATION'
78         'MEDCOUPLING': {section: 'default_32BIT_IDS'}
79     }
80     test_base :
81     {
82         name : "SALOME"
83         tag : "SalomeV9"
84     }
85     properties :
86     {
87         git_server : 'tuleap'
88         pip : 'yes'
89         pip_install_dir : 'python'
90         single_install_dir : "no"
91     }
92 }
93 __overwrite__ :
94 [
95   {
96     __condition__ : "VARS.dist in ['FD32']"
97     'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
98   }
99 ]