]> SALOME platform Git repositories - tools/sat_salome.git/blob - applications/MEDCOUPLING-9.7.0-native.pyconf
Salome HOME
spns #33861: implement a full MEDCOUPLING 9.7.0 with native dependencies library
[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_system : 'native'
70         # SALOME MODULES :
71         'CONFIGURATION'
72         'MEDCOUPLING' : {tag:'V9_7_0', base: 'no', section: 'default_MPI_STD', hpc: 'yes'}
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    {
90       # sphinxintl is missing on this node
91       __condition__ : "VARS.dist in ['CO8']"
92       'APPLICATION.products.sphinxintl' : '0.9.10'
93       'PRODUCTS.sphinxintl.default.properties.pip' : "no"
94       'APPLICATION.products.cmake' : '3.24.2'
95    }
96 ]