Salome HOME
Update SALOME-master + MPI
[tools/sat_salome.git] / applications / MEDCOUPLING-master-windows.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'MEDCOUPLING-master'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
8     cmake_generator : 'Visual Studio 15 2017 Win64'
9     tag : 'master'
10     debug : 'no'
11     base : 'no'
12     python3 : 'yes'
13     environ :
14     {
15         build : {CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"}
16         launch : {PYTHONIOENCODING:"UTF_8"}
17         SALOME_HAS_GLOBAL_ENV: "1"
18     }
19     products :
20     {
21         # PREREQUISITES :
22         alabaster : '0.7.6'
23         Babel : '2.7.0'
24         boost : '1.67.0'
25         certifi : '2019.6.16'
26         click : '7.0'
27         cmake : '3.12.1' 
28         colorama: '0.4.1'
29         cppunit : '1.13.2'
30         chardet : '3.0.4'
31         Cython : '0.29.12'
32         docutils : '0.14'
33         doxygen : '1.8.3.1'
34         expat : '2.0.1'
35         graphviz : '2.38.0'
36         hdf5 : '1.10.3'
37         idna : '2.8'
38         imagesize : '1.1.0'
39         Jinja2 : '2.10.1'
40         lapack : '3.8.0'
41         libjpeg: '9c'
42         libpng: '1.5.10'
43         libxml2 : '2.9.1'
44         markupsafe : '1.1.1'
45         medfile : '4.1.0'
46         metis : '5.1.0'
47         msvc : '2017'
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 : '1.4.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 }