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