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