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