]> SALOME platform Git repositories - tools/sat_salome.git/blob - applications/MEDCOUPLING-master.pyconf
Salome HOME
Set SALOME modules git tag V9_13_0a2
[tools/sat_salome.git] / applications / MEDCOUPLING-master.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name    : 'MEDCOUPLING-master'
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 :
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 : '0.7.6'
29         Babel : '2.14.0'
30         boost : '1.71.0'
31         certifi : '2018.8.24'
32         click : '6.7'
33         cmake : '3.25.2'
34         cppunit : '1.13.2'
35         chardet : '3.0.4'
36         charset_normalizer : '3.3.2'
37         Cython : '0.29.37'
38         docutils : '0.20.1'
39         doxygen : '1.8.14'
40         graphviz : '2.38.0'
41         hdf5 : '1.10.3'
42         idna : '2.7'
43         imagesize : '1.4.1'
44         importlib_metadata : '7.0.1'
45         Jinja2 : '3.1.3'
46         lapack : '3.8.0'
47         libxml2 : '2.9.12'
48         markupsafe : '2.1.5'
49         medfile : '4.1.1'
50         metis : '5.1.0'
51         numpy : '1.21.1'
52         packaging : '23.2'
53         pockets : '0.6.2'
54         Pygments : '2.17.2'
55         pyparsing : '3.1.1'
56         Python : '3.9.14'
57         pytz : '2015.7'
58         requests : '2.31.0'
59         scipy : '1.6.2'
60         scotch : '6.1.2'
61         setuptools : '69.0.3'
62         six : '1.10.0'
63         snowballstemmer : '2.2.0'
64         Sphinx : '7.2.6'
65         sphinxcontrib_applehelp : '1.0.8'
66         sphinxcontrib_devhelp : '1.0.6'
67         sphinxcontrib_jsmath : '1.0.1'
68         sphinxcontrib_qthelp : '1.0.7'
69         sphinxcontrib_htmlhelp : '2.0.5'
70         sphinxcontrib_serializinghtml : '1.1.10'
71         sphinxcontrib_napoleon : '0.6.1'
72         sphinxcontrib_websupport : '1.2.7'
73         sphinxintl: '2.1.0'
74         swig : '4.0.2'
75         urllib3 : '1.23'
76         zipp : '3.17.0'
77
78         # SALOME MODULES :
79         'CONFIGURATION'
80         'MEDCOUPLING'
81     }
82     test_base :
83     {
84         name : "SALOME"
85         tag : "SalomeV9"
86     }
87     properties :
88     {
89         repo_dev : "yes"
90         pip : 'yes'
91         pip_install_dir : 'python'
92         single_install_dir : "no"
93     }
94 }
95 __overwrite__ :
96 [
97   {
98     __condition__ : "APPLICATION.pyver == '3.6'"
99     'APPLICATION.rm_products' : [
100         "charset_normalizer",
101         "importlib_metadata",
102         "sphinxcontrib_applehelp",
103         "sphinxcontrib_devhelp",
104         "sphinxcontrib_jsmath",
105         "sphinxcontrib_qthelp",
106         "sphinxcontrib_htmlhelp",
107         "sphinxcontrib_serializinghtml",
108         "sphinxcontrib_napoleon",
109         "zipp"
110     ]
111     'APPLICATION.products.Babel'                    : '2.7.0'
112     'APPLICATION.products.cmake'                    : '3.25.2'
113     'APPLICATION.products.Cython'                   : '0.29.12'
114     'APPLICATION.products.docutils'                 : '0.12'
115     'APPLICATION.products.imagesize'                : '1.0.0'
116     'APPLICATION.products.Jinja2'                   : '2.7.3'
117     'APPLICATION.products.libxml2'                  : '2.9.1'
118     'APPLICATION.products.markupsafe'               : '0.23'
119     'APPLICATION.products.mpi4py'                   : '3.0.3'
120     'APPLICATION.products.numpy'                    : '1.16.4'
121     'APPLICATION.products.packaging'                : '17.1'
122     'APPLICATION.products.Pygments'                 : '2.0.2'
123     'APPLICATION.products.pyparsing'                : '2.0.3'
124     'APPLICATION.products.Python'                   : '3.6.5'
125     'APPLICATION.products.requests'                 : '2.19.1'
126     'APPLICATION.products.scipy'                    : '1.4.1'
127     'APPLICATION.products.scotch'                   : '6.0.4'
128     'APPLICATION.products.setuptools'               : '38.4.0'
129     'APPLICATION.products.snowballstemmer'          : '1.2.1'
130     'APPLICATION.products.Sphinx'                   : '1.7.6'
131     'APPLICATION.products.sphinx_rtd_theme'         : '0.4.3'
132     'APPLICATION.products.sphinxcontrib_websupport' : '1.1.0'
133     'APPLICATION.products.sphinxintl'               : '0.9.10'
134   }
135   {
136     __condition__ : "VARS.dist in ['FD32']"
137     '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
138   }
139 ]