Salome HOME
PARAVISADDONS: use branch kw/issue23
[tools/sat_salome.git] / applications / SALOME-master-windows.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SALOME-master'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
8     cmake_generator : 'Visual Studio 15 2017 Win64'
9     tag : 'master'
10     dev : 'no'
11     verbose :'no'
12     debug : 'no'
13     base : 'no'
14     python3 : 'yes'
15     environ :
16     {
17         build : 
18         {
19            CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
20            RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
21            SALOME_HAS_GLOBAL_ENV : "1"
22            SET_usr_docs_VARS : "1" # required for PyEditor build
23         }
24         launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH"}
25         SALOME_trace : "local" # local/file:.../with_logger
26         SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER"  # specify the first modules to display in gui
27         SALOME_TMP_DIR : "%appdata%"
28         HOME : "%userprofile%"
29     }
30     products :
31     {
32         # PREREQUISITES :
33         alabaster : '0.7.6'
34         Babel : '2.7.0'
35         boost : '1.67.0'
36         CAS : {section: 'version_CR740_SALOME_PATCH_win', tag: 'CR740-SALOME-PATCH'}
37         certifi : '2019.6.16'
38         cgns : '3.3.1'
39         chardet : '3.0.4'
40         click : '7.0'
41         cmake : '3.12.1'
42         colorama: '0.4.1'
43         cppunit : '1.13.2'
44         cycler : '0.10.0'
45         Cython : '0.29.12'
46         dateutil : '2.8.0'
47         docutils : '0.14'
48         doxygen : '1.8.3.1'
49         eigen : '3.3.4'
50         embree : '3.5.2'
51         expat : '2.0.1'
52         f2c : '1.0.0'
53         freeimage : '3.18.0'
54         freetype : '2.9.1'
55         #gmsh : '4.1.4'
56         graphviz : '2.44.1'
57         hdf5 : '1.10.3'
58         #homard_bin : '11.12'
59         idna : '2.8'
60         imagesize : '1.1.0'
61         ispc : '1.10.0'
62         Jinja2 : '2.10.1'
63         kiwisolver : '1.1.0'
64         lapack : '3.8.0'
65         libjpeg: '9c'
66         libpng: '1.5.10'
67         libxml2 : '2.9.1'
68         llvm : '8.0.1-clang-win'
69         markupsafe : '1.1.1'
70         matplotlib : '3.1.0'
71         medfile : '4.1.0'
72         mesa : '19.2.3'
73         MeshGems : '2.12-1'
74         metis : '5.1.0'
75         msvc : '2017'
76         netgen : '5.3.1_with_CAS_7.2'
77         nlopt : '2.5.0'
78         numpy : '1.16.4'
79         omniORB : '4.2.3'
80         omniORBpy : '4.2.3'
81         opencv : '3.2.0'
82         ospray : '1.8.4'
83         packaging : '19.0'
84         ParaView : '5.8.0'
85         perl : '5.28.1.1'
86         Pillow : '7.1.1'
87         planegcs : '0.18-3cb6890'
88         pockets : '0.7.2'
89         pthreads : '2.9.1'
90         Pygments : '2.4.2'
91         pyparsing : '2.4.0'
92         PyQt : '5.9'
93         PyQtChart : '5.9'
94         pyreadline : '2.1'
95         Python : '3.6.5'
96         pytz : '2019.1'
97         qt : '5.9.1'
98         qwt : '6.1.2'
99         requests : '2.22.0'
100         ruby : '2.5.5-1'
101         scipy : '1.4.1'
102         setuptools : '41.0.1'
103         sip : '4.19.3'
104         six : '1.12.0'
105         snowballstemmer : '1.9.0'
106         Sphinx : '2.1.2'
107         sphinxcontrib_applehelp : '1.0.1'
108         sphinxcontrib_devhelp : '1.0.1'
109         sphinxcontrib_jsmath : '1.0.1'
110         sphinxcontrib_htmlhelp : '1.0.2'
111         sphinxcontrib_napoleon : '0.7'
112         sphinxcontrib_qthelp : '1.0.2'
113         sphinxcontrib_serializinghtml :'1.1.3'
114         sphinxcontrib_websupport : '1.1.2'
115         sphinx_rtd_theme : '0.4.3'
116         sphinxintl: '2.0.0'
117         swig : '3.0.12'
118         tbb : '2019_U8_win'
119         tcltk : '8.6.9'
120         urllib3 : '1.25.3'
121         zlib : '1.2.5'
122
123         # SALOME MODULES :
124         'CONFIGURATION'
125         'SALOME'
126         'SHAPER'
127         'SHAPERSTUDY'
128         'RESTRICTED'
129         'LIBBATCH' : {tag :'V2_4_4'}
130         'KERNEL'
131         'MEDCOUPLING'
132         'GUI'
133         'GEOM'
134         'SMESH'
135         'NETGENPLUGIN'
136         'BLSURFPLUGIN'
137         'GHS3DPLUGIN'
138         'HYBRIDPLUGIN'
139         'HexoticPLUGIN'
140         #'GMSHPLUGIN'
141         'HEXABLOCK'
142         'HEXABLOCKPLUGIN'
143         #'HOMARD'
144         'FIELDS'
145         'PARAVIS'
146         'JOBMANAGER'
147         'YACS'
148         'YACSGEN'
149         'DOCUMENTATION'
150         'SAMPLES'
151         'COMPONENT'
152         'PYCALCULATOR'
153         'CALCULATOR'
154         'HELLO'
155         'PYHELLO'
156         'EFICAS'
157         'EFICAS_TOOLS'
158         'ADAO'
159         'PARAVISADDONS' : {tag : 'kw/issue23'}
160         'CEATESTBASE' : {tag: 'SalomeV9'}
161     }
162     profile :
163     {
164         launcher_name : "salome"
165     }
166     virtual_app:
167     {
168         name : "salome"
169         application_name : "APPLI"
170     }
171     test_base : 
172     {
173         name : "SALOME"
174         tag : "SalomeV9"
175     }
176     properties :
177     {
178         mesa_launcher_in_package : "no"
179         repo_dev : "yes"
180         pip : 'yes'
181         pip_install_dir : 'python'
182         single_install_dir : "yes"
183     }
184 }
185
186 __overwrite__ :
187 [
188   {
189     __condition__ : "APPLICATION.debug == 'yes'"
190     'APPLICATION.products.numpy'      : '1.16.4-win-dbg'
191     'APPLICATION.products.sphinxintl' : '2.0.0-win-dbg'
192   }
193 ]