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