Salome HOME
CEATESTBASE V9_6_0
[tools/sat_salome.git] / applications / SALOME-9.6.0-windows.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SALOME-9.6.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
8     cmake_generator : 'Visual Studio 15 2017 Win64'
9     tag : 'V9_6_0'
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            SALOME_USE_64BIT_IDS : "1"
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     }
31     products :
32     {
33         # PREREQUISITES :
34         alabaster : '0.7.6'
35         Babel : '2.7.0'
36         boost : '1.67.0'
37         CAS : 'V7_4_0p2'
38         certifi : '2019.6.16'
39         cgns : '3.3.1'
40         chardet : '3.0.4'
41         click : '7.0'
42         cmake : '3.12.1'
43         colorama: '0.4.1'
44         cppunit : '1.13.2'
45         cycler : '0.10.0'
46         Cython : '0.29.12'
47         dateutil : '2.8.0'
48         docutils : '0.14'
49         doxygen : '1.8.3.1'
50         eigen : '3.3.4'
51         embree : '3.5.2'
52         expat : '2.0.1'
53         f2c : '1.0.0'
54         freeimage : '3.18.0'
55         freetype : '2.9.1'
56         #gmsh : '4.1.4'
57         graphviz : '2.38.0'
58         hdf5 : '1.10.3'
59         #homard_bin : '11.12'
60         idna : '2.8'
61         imagesize : '1.1.0'
62         ispc : '1.10.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.11-5'
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         ospray : '1.8.4'
84         packaging : '19.0'
85         ParaView : '5.8.0'
86         perl : '5.28.1.1'
87         Pillow : '7.1.1'
88         planegcs : '0.18-3cb6890'
89         pockets : '0.7.2'
90         pthreads : '2.9.1'
91         Pygments : '2.4.2'
92         pyparsing : '2.4.0'
93         PyQt : '5.9'
94         PyQtChart : '5.9'
95         pyreadline : '2.1'
96         Python : '3.6.5'
97         pytz : '2019.1'
98         qt : '5.9.1'
99         qwt : '6.1.2'
100         requests : '2.22.0'
101         ruby : '2.5.5-1'
102         scipy : '1.4.1'
103         setuptools : '41.0.1'
104         sip : '4.19.3'
105         six : '1.12.0'
106         snowballstemmer : '1.9.0'
107         Sphinx : '2.1.2'
108         sphinxcontrib_applehelp : '1.0.1'
109         sphinxcontrib_devhelp : '1.0.1'
110         sphinxcontrib_jsmath : '1.0.1'
111         sphinxcontrib_htmlhelp : '1.0.2'
112         sphinxcontrib_napoleon : '0.7'
113         sphinxcontrib_qthelp : '1.0.2'
114         sphinxcontrib_serializinghtml :'1.1.3'
115         sphinxcontrib_websupport : '1.1.2'
116         sphinx_rtd_theme : '0.4.3'
117         sphinxintl: '2.0.0'
118         swig : '3.0.12'
119         tbb : '2019_U8_win'
120         tcltk : '8.6.9'
121         urllib3 : '1.25.3'
122         zlib : '1.2.5'
123
124         # SALOME MODULES :
125         'CONFIGURATION'
126         'SALOME'
127         'SHAPER'
128         'SHAPERSTUDY'
129         'RESTRICTED'
130         'LIBBATCH' : {tag :'V2_4_4'}
131         'KERNEL'
132         'MEDCOUPLING'
133         'GUI'
134         'GEOM'
135         'SMESH'
136         'NETGENPLUGIN'
137         'BLSURFPLUGIN'
138         'GHS3DPLUGIN'
139         'HYBRIDPLUGIN'
140         'HexoticPLUGIN'
141         #'GMSHPLUGIN'
142         'HEXABLOCK'
143         'HEXABLOCKPLUGIN'
144         #'HOMARD'
145         'FIELDS'
146         'PARAVIS'
147         'JOBMANAGER'
148         'YACS'
149         'YACSGEN'
150         'DOCUMENTATION'
151         'SAMPLES'
152         'COMPONENT'
153         'PYCALCULATOR'
154         'CALCULATOR'
155         'HELLO'
156         'PYHELLO'
157         'EFICAS'
158         'EFICAS_TOOLS'
159         'ADAO'
160         'CEATESTBASE'
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 }