Salome HOME
passage appli solverlab à int64
[tools/sat_salome.git] / applications / MEDCOUPLING-native.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-native'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     # Tag set to master instead of V8_2_0
9     #tag : 'V8_2_0'
10     tag : 'master'
11     #base : 'no'
12     environ :
13     {
14     }
15     products :
16     {
17         # PREREQUISITES :
18         # OP 09/04/2018 add pytz for Babel prerequisite
19         pytz : '2015.4'
20         
21         # OP 09/04/2018 add Babel, click, six prerequisites for sphinx-intl
22         Babel : '2.0'
23         click : '6.7'
24         six : '1.10.0'
25
26         Python : 'native'
27         lapack : 'native'
28         numpy : 'native'
29         scipy : 'native'
30         boost : 'native'
31         libxml2 : 'native'
32         cmake : 'native'
33         cppunit : 'native'
34         hdf5 : '1.8.14'
35         medfile : '3.3.1'
36         metis : '5.1.0'
37         scotch : '6.0.4'
38         swig : '2.0.12'
39 #
40 #       for documentation
41         setuptools : 'native'
42         markupsafe : 'native'
43         graphviz : 'native'
44         doxygen : 'native'
45         Sphinx : 'native'
46
47         # TA 06-04-2018 Add sphinx-intl prerequisite
48         sphinxintl: '0.9.10'
49         Pygments : 'native'
50         Jinja2 : 'native'
51         docutils : 'native'
52 #
53         # SALOME MODULES :
54         'CONFIGURATION': {dev: 'yes'}
55         'MEDCOUPLING': {dev: 'yes'}
56
57     }
58     test_base : 
59     {
60         name : "SALOME"
61         # Go back to the SalomeV8 tag
62         #tag : "8.2.0"
63         tag : "SalomeV8"
64     }
65 }
66 # OP 17/07/2017 Plutot que de passer par un overwrite, voir s'il ne serait pas
67 #               plus pertinent de passer par une section dans le fichier
68 #               MEDCOUPLING.pyconf
69 __overwrite__ :
70 [
71    {
72        # OP 09/04/2018 add sphinx-intl, six prerequisites
73     'PRODUCTS.MEDCOUPLING.default.depend' : 
74      [
75          "boost", "Python", "swig", "hdf5", "medfile", "scotch", "doxygen",
76          "graphviz", "metis", "docutils", "libxml2", "cppunit", "Sphinx",
77          "sphinxintl", "setuptools", "six", "pytz", "numpy", "scipy", "lapack",
78          "cmake", "markupsafe", "Pygments", "Jinja2", "CONFIGURATION"
79      ]
80    }
81 ]