Salome HOME
patch python 3.6.5 for FD34
[tools/sat_salome.git] / applications / MEDCOUPLING-7.8.2.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-7.8.2-SAT5'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V7_8_0'
9     #base : 'no'
10     environ :
11     {
12     }
13     products :
14     {
15         # PREREQUISITES :
16
17         Python : '2.7.10'
18 # OP 18/04/2017 Artifact 8489 : passage a boost 1.58.0
19         #boost : '1.52.0'
20         boost : '1.58.0'
21         hdf5 : '1.8.14'
22         swig : '2.0.8'
23         medfile : '3.2.0'
24         doxygen : '1.8.3.1'
25         graphviz : '2.38.0'
26         libxml2 : '2.9.0'
27         cppunit : '1.12.1'
28         Sphinx : '1.2.3'
29         setuptools : '0.6c11'
30         numpy : '1.9.2'
31         scipy : '0.15.1'
32         lapack : '3.5.0'
33         cmake : '3.5.2'
34         Pygments : '2.0.2'
35         Jinja2 : '2.7.3'
36         docutils : '0.12'
37         markupsafe : '0.23'
38
39         # SALOME MODULES :
40 # OP 18/04/2017 Artifact 8489 : passage au tag V7_8_2
41         #'MEDCOUPLING' : {section: 'version_V7_8_0', tag : 'V7_8_BR'}
42         'MEDCOUPLING' : {section: 'version_V7_8_0', tag : 'V7_8_2'}
43
44     }
45     test_base : 
46     {
47         name : "SALOME"
48         tag : "7.8.0"
49     }
50 }
51
52
53 __overwrite__ :
54 [
55   {
56     __condition__ : "VARS.dist in ['FD24']"
57 # OP 18/04/2017 Artifact 8498 : Passage de la compilation de medfile a cmake
58 #                               La section CMake devient la section par defaut
59 #    # medfile does not compile under Fedora 24 using autotools
60 #    'PRODUCTS.medfile.default.compil_script' : "medCMake.sh"
61 #    'PRODUCTS.medfile.default.test_build' : "make test"
62   }
63 ]