Salome HOME
Try new IHM mode without server launching (agy/archi5_* branches from Anthony G.)
[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_V7_5_0_win', tag: 'V7_5_0'}
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         pthreads : '2.9.1'
89         Pygments : '2.4.2'
90         pyparsing : '2.4.0'
91         PyQt : '5.9'
92         PyQtChart : '5.9'
93         pyreadline : '2.1'
94         Python : '3.6.5'
95         pytz : '2019.1'
96         qt : '5.9.1'
97         qwt : '6.1.2'
98         requests : '2.22.0'
99         ruby : '2.5.5-1'
100         scipy : '1.4.1'
101         setuptools : '41.0.1'
102         sip : '4.19.3'
103         six : '1.12.0'
104         snowballstemmer : '1.9.0'
105         Sphinx : '2.1.2'
106         sphinxcontrib_applehelp : '1.0.1'
107         sphinxcontrib_devhelp : '1.0.1'
108         sphinxcontrib_jsmath : '1.0.1'
109         sphinxcontrib_htmlhelp : '1.0.2'
110         sphinxcontrib_qthelp : '1.0.2'
111         sphinxcontrib_serializinghtml :'1.1.3'
112         sphinxcontrib_websupport : '1.1.2'
113         sphinx_rtd_theme : '0.4.3'
114         sphinxintl: '2.0.0'
115         swig : '3.0.12'
116         tbb : '2019_U8_win'
117         tcltk : '8.6.9'
118         urllib3 : '1.25.3'
119         zlib : '1.2.5'
120
121         # SALOME MODULES :
122         'CONFIGURATION'
123         'SALOME'
124         'SHAPER' : {tag : 'agy/archi5_00'}
125         'SHAPERSTUDY'
126         'RESTRICTED'
127         'LIBBATCH' : {tag :'V2_4_4'}
128         'KERNEL' : {tag : 'agy/archi5_integ'}
129         'MEDCOUPLING'
130         'GUI' : {tag : 'agy/archi5_integ'}
131         'GEOM' : {tag : 'agy/archi5_integ'}
132         'SMESH' : {tag : 'agy/archi5_integ'}
133         'NETGENPLUGIN'
134         'BLSURFPLUGIN'
135         'GHS3DPLUGIN'
136         'HYBRIDPLUGIN'
137         'HexoticPLUGIN'
138         #'GMSHPLUGIN'
139         'HEXABLOCK' : {tag : 'agy/archi5_integ'}
140         'HEXABLOCKPLUGIN'
141         #'HOMARD'
142         'FIELDS'
143         'PARAVIS'
144         'JOBMANAGER'
145         'YACS'
146         'YACSGEN'
147         'DOCUMENTATION'
148         'SAMPLES'
149         'COMPONENT'
150         'PYCALCULATOR'
151         'CALCULATOR'
152         'HELLO'
153         'PYHELLO'
154         'EFICAS'
155         'EFICAS_TOOLS'
156         'ADAO'
157         'PARAVISADDONS'
158         'CEATESTBASE' : {tag: 'SalomeV9'}
159     }
160     profile :
161     {
162         launcher_name : "salome"
163     }
164     virtual_app:
165     {
166         name : "salome"
167         application_name : "APPLI"
168     }
169     test_base : 
170     {
171         name : "SALOME"
172         tag : "SalomeV9"
173     }
174     properties :
175     {
176         mesa_launcher_in_package : "no"
177         repo_dev : "yes"
178         pip : 'yes'
179         pip_install_dir : 'python'
180         single_install_dir : "yes"
181     }
182 }
183
184 __overwrite__ :
185 [
186   {
187     __condition__ : "APPLICATION.debug == 'yes'"
188     'APPLICATION.products.numpy'      : '1.16.4-win-dbg'
189     'APPLICATION.products.sphinxintl' : '2.0.0-win-dbg'
190   }
191 ]