Salome HOME
initial commit : transfert of salome configuration files from internal git base
[tools/sat_salome.git] / applications / MEDCOUPLING-9.4.0-windows.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-9.4.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
8     cmake_generator : 'Visual Studio 15 2017 Win64'
9     tag : 'V9_4_0'
10     debug : 'no'
11     dev : 'no'
12     base : 'no'
13     python3 : 'yes'
14     environ :
15     {
16         build : {CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"}
17         launch : {PYTHONIOENCODING:"UTF_8"}
18         SALOME_HAS_GLOBAL_ENV: "1"
19     }
20     products :
21     {
22         # PREREQUISITES :
23         alabaster : '0.7.6'
24         Babel : '2.7.0'
25         boost : '1.67.0'
26         certifi : '2019.6.16'
27         click : '7.0'
28         cmake : '3.12.1' 
29         colorama: '0.4.1'
30         cppunit : '1.13.2'
31         chardet : '3.0.4'
32         Cython : '0.29.12'
33         docutils : '0.14'
34         doxygen : '1.8.3.1'
35         expat : '2.0.1'
36         graphviz : '2.38.0'
37         hdf5 : '1.10.3'
38         idna : '2.8'
39         imagesize : '1.1.0'
40         Jinja2 : '2.10.1'
41         lapack : '3.8.0'
42         libjpeg: '9c'
43         libpng: '1.5.10'
44         libxml2 : '2.9.1'
45         markupsafe : '1.1.1'
46         medfile : '4.0.0'
47         metis : '5.1.0'
48         numpy : '1.16.4'
49         packaging : '19.0'
50         pockets : '0.7.2'
51         Pygments : '2.4.2'
52         pyparsing : '2.4.0'
53         Python : '3.6.5'
54         pytz : '2019.1'
55         requests : '2.22.0'
56         #scipy : '0.19.1'
57         setuptools : '41.0.1'
58         six : '1.12.0'
59         snowballstemmer : '1.9.0'
60         Sphinx : '2.1.2'
61         sphinxcontrib_applehelp : '1.0.1'
62         sphinxcontrib_devhelp : '1.0.1'
63         sphinxcontrib_jsmath : '1.0.1'
64         sphinxcontrib_htmlhelp : '1.0.2'
65         sphinxcontrib_napoleon : '0.7'
66         sphinxcontrib_qthelp : '1.0.2'
67         sphinxcontrib_serializinghtml :'1.1.3'
68         sphinxcontrib_websupport : '1.1.2'
69         sphinxintl: '2.0.0'
70         swig : '3.0.12'
71         urllib3 : '1.25.3'
72         zlib : '1.2.5'
73
74         # SALOME MODULES :
75         'CONFIGURATION': {dev: 'yes'}
76         'MEDCOUPLING': {dev: 'yes'}
77     }
78     test_base : 
79     {
80         name : "SALOME"
81         tag : "SalomeV9"
82     }
83     properties :
84     {
85         repo_dev : "yes"
86         pip : 'yes'
87         pip_install_dir : 'python'
88         single_install_dir : "no"
89     }
90 }