Salome HOME
Set SALOME modules git tag V9_13_0a2
[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     : 'V9_13_0a2'
9     base    : 'no'
10     debug   : 'no'
11     python3 : 'yes'
12     pyver   : '3.9'
13     environ :
14     {
15         build : {CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"}
16         launch : {PYTHONIOENCODING:"UTF_8"} 
17     }
18     products :
19     {
20         # PREREQUISITES :
21         alabaster : '0.7.6'
22         Babel : '2.14.0'
23         boost : '1.71.0'
24         certifi : '2018.8.24'
25         click : '6.7'
26         cmake : '3.25.2'
27         cppunit : '1.13.2'
28         chardet : '3.0.4'
29         charset_normalizer : '3.3.2'
30         Cython : '0.29.37'
31         docutils : '0.20.1'
32         doxygen : '1.8.14'
33         graphviz : '2.38.0'
34         hdf5 : '1.10.3'
35         idna : '2.7'
36         imagesize : '1.4.1'
37         importlib_metadata : '7.0.1'
38         Jinja2 : '3.1.3'
39         lapack : '3.8.0'
40         libxml2 : '2.9.12'
41         markupsafe : '2.1.5'
42         medfile : '4.1.1'
43         metis : '5.1.0'
44         numpy : '1.21.1'
45         packaging : '23.2'
46         pockets : '0.6.2'
47         Pygments : '2.17.2'
48         pyparsing : '3.1.1'
49         Python : '3.9.14'
50         pytz : '2015.7'
51         requests : '2.31.0'
52         scipy : '1.6.2'
53         scotch : '6.1.2'
54         setuptools : '69.0.3'
55         six : '1.10.0'
56         snowballstemmer : '2.2.0'
57         Sphinx : '7.2.6'
58         sphinxcontrib_applehelp : '1.0.8'
59         sphinxcontrib_devhelp : '1.0.6'
60         sphinxcontrib_jsmath : '1.0.1'
61         sphinxcontrib_qthelp : '1.0.7'
62         sphinxcontrib_htmlhelp : '2.0.5'
63         sphinxcontrib_serializinghtml : '1.1.10'
64         sphinxcontrib_napoleon : '0.6.1'
65         sphinxcontrib_websupport : '1.2.7'
66         sphinxintl: '2.1.0'
67         swig : '4.0.2'
68         urllib3 : '1.23'
69         zipp : '3.17.0'
70
71         # SALOME MODULES :
72         'CONFIGURATION'
73         'MEDCOUPLING': {section: 'default_32BIT_IDS'}
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__ : "APPLICATION.pyver == '3.6'"
92     'APPLICATION.rm_products' : [
93         "charset_normalizer",
94         "importlib_metadata",
95         "sphinxcontrib_applehelp",
96         "sphinxcontrib_devhelp",
97         "sphinxcontrib_jsmath",
98         "sphinxcontrib_qthelp",
99         "sphinxcontrib_htmlhelp",
100         "sphinxcontrib_serializinghtml",
101         "sphinxcontrib_napoleon",
102         "zipp"
103     ]
104     'APPLICATION.products.Babel'                    : '2.7.0'
105     'APPLICATION.products.cmake'                    : '3.25.2'
106     'APPLICATION.products.Cython'                   : '0.29.12'
107     'APPLICATION.products.docutils'                 : '0.12'
108     'APPLICATION.products.imagesize'                : '1.0.0'
109     'APPLICATION.products.Jinja2'                   : '2.7.3'
110     'APPLICATION.products.libxml2'                  : '2.9.1'
111     'APPLICATION.products.markupsafe'               : '0.23'
112     'APPLICATION.products.mpi4py'                   : '3.0.3'
113     'APPLICATION.products.numpy'                    : '1.16.4'
114     'APPLICATION.products.packaging'                : '17.1'
115     'APPLICATION.products.Pygments'                 : '2.0.2'
116     'APPLICATION.products.pyparsing'                : '2.0.3'
117     'APPLICATION.products.Python'                   : '3.6.5'
118     'APPLICATION.products.requests'                 : '2.19.1'
119     'APPLICATION.products.scipy'                    : '1.4.1'
120     'APPLICATION.products.scotch'                   : '6.0.4'
121     'APPLICATION.products.setuptools'               : '38.4.0'
122     'APPLICATION.products.snowballstemmer'          : '1.2.1'
123     'APPLICATION.products.Sphinx'                   : '1.7.6'
124     'APPLICATION.products.sphinx_rtd_theme'         : '0.4.3'
125     'APPLICATION.products.sphinxcontrib_websupport' : '1.1.0'
126     'APPLICATION.products.sphinxintl'               : '0.9.10'
127   }
128   {
129     __condition__ : "VARS.dist in ['FD32']"
130     '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
131   }
132 ]