Salome HOME
Merge branch 'solverlab'
[tools/sat_salome.git] / applications / MEDCOUPLING-9.5.0-windows.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-9.5.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
8     cmake_generator : 'Visual Studio 15 2017 Win64'
9     tag : 'V9_5_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.1.0'
47         metis : '5.1.0'
48         msvc : '2017'
49         numpy : '1.16.4'
50         packaging : '19.0'
51         pockets : '0.7.2'
52         Pygments : '2.4.2'
53         pyparsing : '2.4.0'
54         Python : '3.6.5'
55         pytz : '2019.1'
56         requests : '2.22.0'
57         scipy : '1.4.1'
58         setuptools : '41.0.1'
59         six : '1.12.0'
60         snowballstemmer : '1.9.0'
61         Sphinx : '2.1.2'
62         sphinxcontrib_applehelp : '1.0.1'
63         sphinxcontrib_devhelp : '1.0.1'
64         sphinxcontrib_jsmath : '1.0.1'
65         sphinxcontrib_htmlhelp : '1.0.2'
66         sphinxcontrib_napoleon : '0.7'
67         sphinxcontrib_qthelp : '1.0.2'
68         sphinxcontrib_serializinghtml :'1.1.3'
69         sphinxcontrib_websupport : '1.1.2'
70         sphinxintl: '2.0.0'
71         swig : '3.0.12'
72         urllib3 : '1.25.3'
73         zlib : '1.2.5'
74
75         # SALOME MODULES :
76         'CONFIGURATION'
77         'MEDCOUPLING'
78     }
79     test_base : 
80     {
81         name : "SALOME"
82         tag : "SalomeV9"
83     }
84     properties :
85     {
86         repo_dev : "yes"
87         pip : 'yes'
88         pip_install_dir : 'python'
89         single_install_dir : "no"
90     }
91 }