Salome HOME
move back to master branches
[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             SALOME_USE_64BIT_IDS : '1'
23             SET_usr_docs_VARS : "1" # required for PyEditor build
24             CMAKE_GENERATOR : '"Visual Studio 15 2017 Win64"'
25         }
26         launch :
27         {
28             PYTHONIOENCODING:"UTF_8",
29             SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH"
30         }
31         SALOME_trace : "local" # local/file:.../with_logger
32         SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER"  # specify the first modules to display in gui
33         SALOME_TMP_DIR : "%appdata%"
34         HOME : "%userprofile%"
35     }
36     products :
37     {
38         # PREREQUISITES :
39         alabaster : '0.7.6'
40         Babel : '2.7.0'
41         boost : '1.67.0'
42         CAS : {tag: 'V7_5_3p2', section: 'version_V7_5_3p2_win'}
43         certifi : '2019.6.16'
44         cgns : '4.2.0'
45         chardet : '3.0.4'
46         click : '7.0'
47         cmake : '3.12.1'
48         colorama: '0.4.1'
49         cppunit : '1.13.2'
50         cycler : '0.10.0'
51         Cython : '0.29.12'
52         dateutil : '2.8.0'
53         dill : '0.3.4'
54         docutils : '0.14'
55         doxygen : '1.8.3.1'
56         eigen : '3.3.4'
57         embree : '3.12.2'
58         expat : '2.0.1'
59         f2c : '1.0.0'
60         freeimage : '3.18.0'
61         freetype : '2.9.1'
62         gmsh : '4.8.4'
63         graphviz : '2.44.1'
64         hdf5 : '1.10.3'
65         idna : '2.8'
66         imagesize : '1.1.0'
67         ispc : '1.15.0'
68         Jinja2 : '2.10.1'
69         kiwisolver : '1.1.0'
70         lapack : '3.8.0'
71         libjpeg: '9c'
72         libpng: '1.5.10'
73         libxml2 : '2.9.1'
74         llvm : '8.0.1-clang-win'
75         markupsafe : '1.1.1'
76         matplotlib : '3.1.0'
77         medfile : '4.1.1'
78         mesa : '19.2.3'
79         MeshGems : '2.13-1'  # FIXME: to be removed once CEA License for 2.14-4 is renewed.
80         metis : '5.1.0'
81         msvc : '2017'
82         netgen : '6.2.2101'
83         nlopt : '2.5.0'
84         numpy : '1.16.4'
85         omniORB : '4.2.3'
86         omniORBpy : '4.2.3'
87         opencv : '3.2.0'
88         openVKL: '0.11.0'
89         openturns: '1.18'
90         ospray : '2.4.0'
91         packaging : '19.0'
92         ParaView : '5.9.0'
93         perl : '5.28.1.1'
94         Pillow : '7.1.1'
95         planegcs : '0.18-3cb6890'
96         psutil : '5.7.2'
97         pthreads : '2.9.1'
98         Pygments : '2.4.2'
99         pyparsing : '2.4.0'
100         PyQt : '5.15.3'
101         pyreadline : '2.1'
102         Python : '3.6.5'
103         pytz : '2019.1'
104         qt : '5.12.10'
105         qwt : '6.1.2'
106         requests : '2.22.0'
107         rkCommon : '1.5.1'
108         ruby : '2.5.5-1'
109         scipy : '1.4.1'
110         setuptools : '41.0.1'
111         sip : '5.5.0'
112         six : '1.12.0'
113         snowballstemmer : '1.9.0'
114         Sphinx : '2.1.2'
115         sphinxcontrib_applehelp : '1.0.1'
116         sphinxcontrib_devhelp : '1.0.1'
117         sphinxcontrib_jsmath : '1.0.1'
118         sphinxcontrib_htmlhelp : '1.0.2'
119         sphinxcontrib_qthelp : '1.0.2'
120         sphinxcontrib_serializinghtml :'1.1.3'
121         sphinxcontrib_websupport : '1.1.2'
122         sphinx_rtd_theme : '0.4.3'
123         sphinxintl: '2.0.0'
124         StaticMeshPlugin: '5.8.0'
125         swig : '3.0.12'
126         tbb : '2019_U8_win'
127         toml : '0.10.2'
128         tcltk : '8.6.9'
129         urllib3 : '1.25.3'
130         zlib : '1.2.5'
131
132         # SALOME MODULES :
133         'CONFIGURATION'
134         'SALOME'
135         'SHAPER'
136         'SHAPERSTUDY'
137         'RESTRICTED'
138         'LIBBATCH' : {tag :'V2_4_5'}
139         'KERNEL'
140         'MEDCOUPLING'
141         'GUI'
142         'GEOM'
143         'SMESH'
144         'NETGENPLUGIN'
145         'BLSURFPLUGIN'
146         'GHS3DPLUGIN'
147         'HYBRIDPLUGIN'
148         'HexoticPLUGIN'
149         'GMSHPLUGIN'
150         'HEXABLOCK'
151         'HEXABLOCKPLUGIN'
152         #'HOMARD'
153         'FIELDS'
154         'PARAVIS'
155         'JOBMANAGER'
156         'YACS'
157         'YACSGEN'
158         'DOCUMENTATION'
159         'SAMPLES'
160         'COMPONENT'
161         'PYCALCULATOR'
162         'CALCULATOR'
163         'HELLO'
164         'PYHELLO'
165         'EFICAS'
166         'EFICAS_TOOLS'
167         'ADAO'
168         'PARAVISADDONS'
169         'pmml'
170         'TESTBASE': {tag: 'master'}
171         'CEATESTBASE' : {tag: 'SalomeV9'}
172     }
173     profile :
174     {
175         launcher_name : "salome"
176     }
177     virtual_app:
178     {
179         name : "salome"
180         application_name : "APPLI"
181     }
182     test_base : 
183     {
184         name : "SALOME"
185         tag : "SalomeV9"
186     }
187     properties :
188     {
189         mesa_launcher_in_package : "no"
190         repo_dev : "yes"
191         pip : 'yes'
192         pip_install_dir : 'python'
193         single_install_dir : "yes"
194     }
195 }
196
197 __overwrite__ :
198 [
199   {
200     __condition__ : "APPLICATION.debug == 'yes'"
201     'APPLICATION.rm_products' : ['matplotlib']
202     'APPLICATION.products.numpy'      : {tag: '1.16.4',  base: 'no', section : 'version_1_16_4_win_dbg'     }
203     'APPLICATION.products.Cython'     : {tag: '0.29.12', base: 'no', section : 'version_0_29_12_win_dbg'    }
204     'APPLICATION.products.sphinxintl' : {tag: '2.0.0',   base: 'no', section : 'version_2_0_0_win_dbg'      }
205     'APPLICATION.products.llvm'       : {tag: '8.0.1',   base: 'no', section : 'version_8_0_1_clang_win_dbg'}
206     'APPLICATION.products.tbb'        : {tag: '2019_U8', base: 'no', section : 'version_2019_U8_win_dbg'    }
207     'APPLICATION.products.omniORB'    : {tag: '4.2.3',   base: 'no', section : 'version_4_2_3_win_dbg'      }
208     'APPLICATION.products.psutil'     : {tag: '5.7.2',   base: 'no', section : 'version_5_7_2_win_dbg'      }
209   }
210 ]