Salome HOME
Update for Salome 6.3.0
[tools/install.git] / config_RedHat_9.xml
1 <document>
2
3   <config version="5.0.0"
4           caption="SALOME v%1"
5           copyright="&lt;h5>Copyright (C) 2003-2008 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
6           license="&lt;h5>GNU LGPL&lt;/h5>"
7           platforms="RedHat9"
8           targetdir="${HOME}/salome_5.0.0"
9           tempdir="/tmp"
10           optionallibs="libcppunit,libblsurf"/>
11
12   <buttons>
13     <button label="Launch SALOME"
14             tooltip="Click this button to launch SALOME"
15             script="start_salome.sh"
16             disable="false"/>
17     <button label="Release Notes"
18             tooltip="Click this button to read release notes"
19             script="release_notes.sh"
20             disable="false"/>
21   </buttons>
22
23   <products>
24     <product name="KERNEL"
25              type="component"
26              description="SALOME platform KERNEL module">
27       <installation os="RedHat9"
28                     version="5.0.0" 
29                     disable="false"
30                     installdiskspace="34378,9782,128736"
31                     pickupenv="true"
32                     script="KERNEL.sh"/>
33     </product>
34     <product name="GUI"
35              type="component"
36              description="SALOME platform GUI module">
37       <installation os="RedHat9"
38                     version="5.0.0" 
39                     disable="false"
40                     installdiskspace="67016,6963,104784"
41                     script="GUI.sh"/>
42     </product>
43     <product name="GEOM"
44              type="component"
45              description="SALOME platform GEOM module">
46       <installation os="RedHat9"
47                     version="5.0.0" 
48                     disable="false"
49                     installdiskspace="39153,12393,186274"
50                     script="GEOM.sh"/>
51     </product>
52     <product name="MED"
53              type="component"
54              description="SALOME platform MED module">
55       <installation os="RedHat9"
56                     version="5.0.0" 
57                     disable="false"
58                     installdiskspace="62801,31729,361939"
59                     script="MED.sh"/>
60     </product>
61     <product name="SMESH"
62              type="component"
63              description="SALOME platform SMESH module">
64       <installation os="RedHat9"
65                     version="5.0.0" 
66                     disable="false"
67                     installdiskspace="46336,11120,237632"
68                     script="SMESH.sh"/>
69     </product>
70     <product name="VISU"
71              type="component"
72              description="SALOME platform VISU module">
73       <installation os="RedHat9"
74                     version="5.0.0" 
75                     disable="false"
76                     installdiskspace="26412,6650,110057"
77                     script="VISU.sh"/>
78     </product>
79     <product name="SUPERV"
80              type="component"
81              description="SALOME platform SUPERV module">
82       <installation os="RedHat9"
83                     version="5.0.0" 
84                     disable="false"
85                     installdiskspace="62325,4991,238973"
86                     script="SUPERV.sh"/>
87     </product>
88     <product name="NETGENPLUGIN"
89              type="component"
90              description="SALOME platform NETGEN meshing algorithm plugin">
91       <installation os="RedHat9"
92                     version="5.0.0" 
93                     disable="false"
94                     installdiskspace="2461,72,36361"
95                     script="NETGENPLUGIN.sh"/>
96     </product>
97     <product name="GHS3DPLUGIN" 
98              type="component"
99              description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
100       <installation os="RedHat9"
101                     version="5.0.0" 
102                     disable="false"
103                     installdiskspace="154,56,2518"
104                     script="GHS3DPLUGIN.sh"/>
105     </product>
106     <product name="GHS3DPRLPLUGIN" 
107              type="component"
108              description="SMESH plugin from CEA">
109       <installation os="RedHat9"
110                     version="5.0.0" 
111                     disable="false"
112                     installdiskspace="154,56,2518"
113                     script="GHS3DPRLPLUGIN.sh"/>
114     </product>
115     <product name="HexoticPLUGIN" 
116              type="component"
117              description="SMESH plugin from CEA">
118       <installation os="RedHat9"
119                     version="5.0.0" 
120                     disable="false"
121                     installdiskspace="154,56,2518"
122                     script="HexoticPLUGIN.sh"/>
123     </product>
124     <product name="BLSURFPLUGIN"
125              type="component"
126              description="SMESH plugin from CEA sources">
127       <installation os="RedHat9"
128                     version="5.0.0" 
129                     disable="false"
130                     installdiskspace="208,221,2958"
131                     script="BLSURFPLUGIN.sh"/>
132     </product>
133     <product name="COMPONENT"
134              type="component"
135              description="SALOME platform COMPONENT module">
136       <installation os="RedHat9"
137                     version="5.0.0" 
138                     disable="false"
139                     installdiskspace="31727,481,36211"
140                     script="COMPONENT.sh"/>
141     </product>
142     <product name="PYCALCULATOR"
143              type="component"
144              description="SALOME platform PYCALCULATOR module">
145       <installation os="RedHat9"
146                     version="5.0.0" 
147                     disable="false"
148                     installdiskspace="28,147,2073"
149                     script="PYCALCULATOR.sh"/>
150     </product>
151     <product name="CALCULATOR"
152              type="component"
153              description="SALOME platform CALCULATOR module">
154       <installation os="RedHat9"
155                     version="5.0.0" 
156                     disable="false"
157                     installdiskspace="3232,324,16277"
158                     script="CALCULATOR.sh"/>
159     </product>
160     <product name="HELLO" 
161              type="component"
162              description="Example SALOME C++ module: Hello.">
163       <installation os="RedHat9"
164                     version="5.0.0" 
165                     disable="false"
166                     installdiskspace="2288,90,11785"
167                     script="HELLO.sh"/>
168     </product>
169     <product name="PYHELLO" 
170              type="component"
171              description="Example SALOME Python module: Hello.">
172       <installation os="RedHat9"
173                     version="5.0.0" 
174                     disable="false"
175                     installdiskspace="26,172,2021"
176                     script="PYHELLO.sh"/>
177     </product>
178     <product name="LIGHT"
179              type="component"
180              description="LIGHT SALOME module example">
181       <installation os="RedHat9"
182                     version="5.0.0" 
183                     disable="false"
184                     installdiskspace="137,141,2914"
185                     script="LIGHT.sh"/>
186     </product>
187     <product name="RANDOMIZER"
188              type="component"
189              description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
190       <installation os="RedHat9"
191                     version="5.0.0" 
192                     disable="false"
193                     installdiskspace="208,221,2958"
194                     script="RANDOMIZER.sh"/>
195     </product>
196     <product name="SIERPINSKY"
197              type="component"
198              description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
199       <installation os="RedHat9"
200                     version="5.0.0" 
201                     disable="false"
202                     installdiskspace="208,221,2958"
203                     script="SIERPINSKY.sh"/>
204     </product>
205     <product name="FILTER"
206              type="component"
207              description="Med Memory package">
208       <installation os="RedHat9"
209                     version="5.0.0" 
210                     disable="false"
211                     installdiskspace="208,221,2958"
212                     script="FILTER.sh"/>
213     </product>
214     <product name="MULTIPR"
215              type="component"
216              description="Partitioning/decimation module for the SALOME platform">
217       <installation os="RedHat9"
218                     version="5.0.0" 
219                     disable="false"
220                     installdiskspace="208,221,2958"
221                     script="MULTIPR.sh"/>
222     </product>
223     <product name="YACS"
224              type="component"
225              description="Tool to supervise execution of complex interconnected scientific applications">
226       <installation os="RedHat9"
227                     version="5.0.0" 
228                     disable="false"
229                     installdiskspace="208,221,2958"
230                     script="YACS.sh"/>
231     </product>
232     <product name="SAMPLES"
233              type="component"
234              description="SALOME samples files">
235       <installation os="RedHat9"
236                     version="5.0.0" 
237                     disable="false"
238                     installdiskspace="0,34976,0"
239                     script="SAMPLES.sh"/>
240     </product>
241
242     <product name="xdata" 
243              type="component"
244              description="Python module for types declaration in python classes">
245       <installation os="RedHat9"
246                     version="0.5.52" 
247                     disable="false"
248                     installdiskspace="4836,51450,15888"
249                     script="xdata-0.5.52.sh"/>
250     </product>
251     <product name="HXX2SALOME"
252              type="component"
253              description="SALOME module generator">
254       <installation os="RedHat9"
255                     version="5.0.0" 
256                     disable="false"
257                     installdiskspace="741,10242,14810"
258                     script="HXX2SALOME.sh"/>
259     </product>
260     <product name="HXX2SALOMEDOC"
261              type="component"
262              description="SALOME module generator documentation">
263       <installation os="RedHat9"
264                     version="5.0.0" 
265                     disable="false"
266                     installdiskspace="2256,9691,12179"
267                     script="HXX2SALOMEDOC.sh"/>
268     </product>
269
270     <product name="DOCUMENTATION"
271              type="component"
272              description="SALOME documentation">
273       <installation os="RedHat9"
274                     version="5.0.0" 
275                     disable="false"
276                     installdiskspace="0,205188,0"
277                     script="DOCUMENTATION.sh"/>
278     </product>
279
280     <product name="tcltk" 
281              type="prerequisite"
282              description="Tcl/Tk library">
283       <installation os="RedHat9"
284                     version="8.4.14" 
285                     disable="false"
286                     installdiskspace="17870,23445,50914"
287                     script="tcltk-8.4.14.sh"/>
288     </product>
289     <product name="Python" 
290              type="prerequisite"
291              description="Python language interpreter">
292       <installation os="RedHat9"
293                     version="2.4.4" 
294                     disable="false"
295                     installdiskspace="43714,32794,113686"
296                     script="Python-2.4.4.sh"/>
297     </product>
298     <product name="Qt" 
299              type="prerequisite"
300              description="Multiplatform C++ GUI application framework">
301       <installation os="RedHat9"
302                     version="3.3.8" 
303                     disable="false"
304                     installdiskspace="48991,62835,178720"
305                     script="qt-3.3.8.sh"/>
306     </product>
307     <product name="msg2qm"
308              type="prerequisite"
309              description="Qt's resources compiler">
310       <installation os="RedHat9"
311                     version="" 
312                     disable="false"
313                     installdiskspace="21,6,77"
314                     script="msg2qm.sh"/>
315     </product>
316     <product name="Sip"
317              type="prerequisite"
318              description="C++ to Python bindings generation tool">
319       <installation os="RedHat9"
320                     version="4.7.3" 
321                     disable="false"
322                     installdiskspace="291,1450,2044"
323                     script="sip-4.7.3.sh"/>
324     </product>
325     <product name="PyQt"
326              type="prerequisite"
327              description="Python bindings for Qt library">
328       <installation os="RedHat9"
329                     version="3.17.4" 
330                     disable="false"
331                     installdiskspace="14670,3936,70566"
332                     script="PyQt-3.17.4.sh"/>
333     </product>
334     <product name="boost"
335              type="prerequisite"
336              description="Free peer-reviewed portable STL extension">
337       <installation os="RedHat9"
338                     version="1.34.1" 
339                     disable="false"
340                     installdiskspace="20086,41770,61856"
341                     script="BOOST-1.34.1.sh"/>
342     </product>
343     <product name="Swig" 
344              type="prerequisite"
345              description="Simplified Wrapper and Interface Generator">
346       <installation os="RedHat9"
347                     version="1.3.31" 
348                     disable="false"
349                     installdiskspace="3221,11661,30733"
350                     script="SWIG-1.3.31.sh"/>
351     </product>
352     <product name="OpenCascade" 
353              type="prerequisite"
354              description="Open CASCADE version 6.2sp3">
355       <installation os="RedHat9"
356                     version="6.2.1sp1" 
357                     disable="false"
358                     installdiskspace="207372,268394,1051492"
359                     script="CAS-6.2.1sp1.sh"/>
360     </product>
361     <product name="Qwt" 
362              type="prerequisite"
363              description="2-D plotting extension for Qt library">
364       <installation os="RedHat9"
365                     version="4.2.0" 
366                     disable="false"
367                     installdiskspace="448,2597,3045"
368                     script="qwt-4.2.0.sh"/>
369     </product>
370     <product name="OmniORB"
371              type="prerequisite"
372              description="Open source Object Request Broker (ORB) library that implements the 2.3 specification of the Common Object Request Broker Architecture (CORBA)">
373       <installation os="RedHat9"
374                     version="4.1.0" 
375                     disable="false"
376                     installdiskspace="33384,14438,101367"
377                     script="omniORB-4.1.0.sh"/>
378     </product>
379     <product name="Hdf" 
380              type="prerequisite"
381              description="Hierarchical Data Format library">
382       <installation os="RedHat9"
383                     version="5-1.6.4" 
384                     disable="false"
385                     installdiskspace="3730,26859,32286"
386                     script="hdf5-1.6.4.sh"/>
387     </product>
388     <product name="Med"
389              type="prerequisite"
390              description="MED format interface library">
391       <installation os="RedHat9"
392                     version="2.3.3" 
393                     disable="false"
394                     installdiskspace="18205,6445,59973"
395                     script="med-2.3.3.sh"/>
396     </product>
397     <product name="Metis"
398              type="prerequisite"
399              description="Software package for partitioning unstructured graphs, partitioning meshes, and computing fill-reducing orderings of sparse matrices">
400       <installation os="RedHat9"
401                     version="4.0" 
402                     disable="false"
403                     installdiskspace="18205,6445,59973"
404                     script="metis-4.0.sh"/>
405     </product>
406     <product name="Scotch"
407              type="prerequisite"
408              description="Software package and library devoted to static mapping, partitioning and sparce matrix block ordering og graph and meshes">
409       <installation os="RedHat9"
410                     version="4.0" 
411                     disable="false"
412                     installdiskspace="18205,6445,59973"
413                     script="scotch-4.0.sh"/>
414     </product>
415     <product name="Vtk"
416              type="prerequisite"
417              description="Image processing, 3D graphics and visualization software system">
418       <installation os="RedHat9"
419                     version="5.0.0" 
420                     disable="false"
421                     installdiskspace="44811,38686,246367"
422                     script="VTK-5.0.0.sh"/>
423     </product>
424     <product name="Numeric"
425              type="prerequisite"
426              description="Numerical extension to Python">
427       <installation os="RedHat9"
428                     version="24.2" 
429                     disable="false"
430                     installdiskspace="2667,3235,11519"
431                     script="Numeric-24.2.sh"/>
432     </product>
433     <product name="Graphviz"
434              type="prerequisite"
435              description="Graph Drawing Programs set">
436       <installation os="RedHat9"
437                     version="2.16.1" 
438                     disable="false"
439                     installdiskspace="17720,11312,89016"
440                     script="graphviz-2.16.1.sh"/>
441     </product>
442     <product name="Doxygen"
443              type="prerequisite"
444              description="Documentation system for C++, C, Java, IDL, etc.">
445       <installation os="RedHat9"
446                     version="1.4.7" 
447                     disable="false"
448                     installdiskspace="5438,12671,38134"
449                     script="doxygen-1.4.7.sh"/>
450     </product>
451     <product name="docutils"
452              type="prerequisite"
453              description="Utilites for processing plaintext documentation">
454       <installation os="RedHat9"
455                     version="0.3.9" 
456                     disable="false"
457                     installdiskspace="2010,3342,6157"
458                     script="docutils-0.3.9.sh"/>
459     </product>
460     <product name="netgen" 
461              type="prerequisite"
462              description="Quadrangle meshing algorithmic tool">
463       <installation os="RedHat9"
464                     version="4.5" 
465                     disable="false"
466                     installdiskspace="4836,51450,15888"
467                     script="netgen-4.5.sh"/>
468     </product>
469     <product name="TetMesh-GHS3D" 
470              type="prerequisite"
471              description="An automatic tetrahedral mesh generator">
472       <installation os="RedHat9"
473                     version="4.0" 
474                     disable="false"
475                     installdiskspace="5615,51450,17231"
476                     script="ghs3d-4.0.sh"/>
477     </product>
478     <product name="BLSurf" 
479              type="prerequisite"
480              description="An automatic composite surface mesh generator">
481       <installation os="RedHat9"
482                     version="2.7.12" 
483                     disable="false"
484                     installdiskspace="5615,51450,17231"
485                     script="blsurf-2.7.12.sh"/>
486     </product>
487     <product name="libxml2" 
488              type="prerequisite"
489              description="XML C parser">
490       <installation os="RedHat9"
491                     version="2.6.27" 
492                     disable="false"
493                     installdiskspace="4836,51450,15888"
494                     script="libxml2-2.6.27.sh"/>
495     </product>
496     <product name="elementtree" 
497              type="prerequisite"
498              description="XML C parser">
499       <installation os="RedHat9"
500                     version="1.2.6" 
501                     disable="false"
502                     installdiskspace="4836,51450,15888"
503                     script="elementtree-1.2.6.sh"/>
504     </product>
505     <product name="cElementTree" 
506              type="prerequisite"
507              description="XML C parser">
508       <installation os="RedHat9"
509                     version="1.0.5" 
510                     disable="false"
511                     installdiskspace="4836,51450,15888"
512                     script="cElementTree-1.0.5.sh"/>
513     </product>
514   </products>
515
516   <dependencies>
517     <product name="KERNEL">
518       <dep>boost</dep>
519       <dep>Python</dep>
520       <dep>Numeric</dep>
521       <dep>Swig</dep>
522       <dep>Hdf</dep>
523       <dep>OmniORB</dep>
524       <dep>Doxygen</dep>
525       <dep>Graphviz</dep>
526       <dep>docutils</dep>
527       <dep>libxml2</dep>
528     </product>
529     <product name="GUI">
530       <dep>boost</dep>
531       <dep>OpenCascade</dep>
532       <dep>Python</dep>
533       <dep>Swig</dep>
534       <dep>Qt</dep>
535       <dep>msg2qm</dep>
536       <dep>Qwt</dep>
537       <dep>Hdf</dep>
538       <dep>Vtk</dep>
539       <dep>OmniORB</dep>
540       <dep>Sip</dep>
541       <dep>PyQt</dep>
542       <dep>Doxygen</dep>
543       <dep>Graphviz</dep>
544       <dep>docutils</dep>
545       <dep>libxml2</dep>
546       <dep>KERNEL</dep>
547     </product>
548     <product name="GEOM">
549       <dep>boost</dep>
550       <dep>OpenCascade</dep>
551       <dep>Python</dep>
552       <dep>Swig</dep>
553       <dep>Qt</dep>
554       <dep>msg2qm</dep>
555       <dep>Hdf</dep>
556       <dep>Vtk</dep>
557       <dep>OmniORB</dep>
558       <dep>Doxygen</dep>
559       <dep>Graphviz</dep>
560       <dep>docutils</dep>
561       <dep>KERNEL</dep>
562       <dep>GUI</dep>
563     </product>
564     <product name="MED">
565       <dep>boost</dep>
566       <dep>OpenCascade</dep>
567       <dep>Python</dep>
568       <dep>Swig</dep>
569       <dep>Qt</dep>
570       <dep>msg2qm</dep>
571       <dep>Hdf</dep>
572       <dep>Med</dep>
573       <dep>Metis</dep>
574       <dep>Scotch</dep>
575       <dep>Vtk</dep>
576       <dep>OmniORB</dep>
577       <dep>Doxygen</dep>
578       <dep>Graphviz</dep>
579       <dep>docutils</dep>
580       <dep>libxml2</dep>
581       <dep>KERNEL</dep>
582       <dep>GUI</dep>
583     </product>
584     <product name="SMESH">
585       <dep>boost</dep>
586       <dep>OpenCascade</dep>
587       <dep>Python</dep>
588       <dep>Swig</dep>
589       <dep>Qt</dep>
590       <dep>msg2qm</dep>
591       <dep>Qwt</dep>
592       <dep>Hdf</dep>
593       <dep>Med</dep>
594       <dep>Vtk</dep>
595       <dep>OmniORB</dep>
596       <dep>Doxygen</dep>
597       <dep>Graphviz</dep>
598       <dep>docutils</dep>
599       <dep>KERNEL</dep>
600       <dep>GUI</dep>
601       <dep>GEOM</dep>
602       <dep>MED</dep>
603     </product>
604     <product name="VISU">
605       <dep>boost</dep>
606       <dep>OpenCascade</dep>
607       <dep>Python</dep>
608       <dep>Swig</dep>
609       <dep>Qt</dep>
610       <dep>msg2qm</dep>
611       <dep>Qwt</dep>
612       <dep>Hdf</dep>
613       <dep>Med</dep>
614       <dep>Vtk</dep>
615       <dep>OmniORB</dep>
616       <dep>Doxygen</dep>
617       <dep>Graphviz</dep>
618       <dep>docutils</dep>
619       <dep>KERNEL</dep>
620       <dep>GUI</dep>
621       <dep>MED</dep>
622     </product>
623     <product name="SUPERV">
624       <dep>boost</dep>
625       <dep>OpenCascade</dep>
626       <dep>Python</dep>
627       <dep>Swig</dep>
628       <dep>Qt</dep>
629       <dep>msg2qm</dep>
630       <dep>Hdf</dep>
631       <dep>Vtk</dep>
632       <dep>OmniORB</dep>
633       <dep>Doxygen</dep>
634       <dep>Graphviz</dep>
635       <dep>docutils</dep>
636       <dep>KERNEL</dep>
637       <dep>GUI</dep>
638     </product>
639     <product name="NETGENPLUGIN">
640       <dep>boost</dep>
641       <dep>OpenCascade</dep>
642       <dep>Python</dep>
643       <dep>Swig</dep>
644       <dep>Qt</dep>
645       <dep>msg2qm</dep>
646       <dep>Hdf</dep>
647       <dep>Med</dep>
648       <dep>Vtk</dep>
649       <dep>OmniORB</dep>
650       <dep>Doxygen</dep>
651       <dep>Graphviz</dep>
652       <dep>docutils</dep>
653       <dep>netgen</dep>
654       <dep>KERNEL</dep>
655       <dep>GUI</dep>
656       <dep>GEOM</dep>
657       <dep>MED</dep>
658       <dep>SMESH</dep>
659     </product>
660     <product name="GHS3DPLUGIN">
661       <dep>boost</dep>
662       <dep>OpenCascade</dep>
663       <dep>Python</dep>
664       <dep>Swig</dep>
665       <dep>msg2qm</dep>
666       <dep>Hdf</dep>
667       <dep>Vtk</dep>
668       <dep>OmniORB</dep>
669       <dep>Doxygen</dep>
670       <dep>Graphviz</dep>
671       <dep>docutils</dep>
672       <dep>TetMesh-GHS3D</dep>
673       <dep>KERNEL</dep>
674       <dep>GUI</dep>
675       <dep>GEOM</dep>
676       <dep>SMESH</dep>
677     </product>
678     <product name="GHS3DPRLPLUGIN">
679       <dep>boost</dep>
680       <dep>OpenCascade</dep>
681       <dep>Python</dep>
682       <dep>Swig</dep>
683       <dep>Qt</dep>
684       <dep>msg2qm</dep>
685       <dep>Hdf</dep>
686       <dep>Med</dep>
687       <dep>Vtk</dep>
688       <dep>OmniORB</dep>
689       <dep>Doxygen</dep>
690       <dep>Graphviz</dep>
691       <dep>docutils</dep>
692       <dep>KERNEL</dep>
693       <dep>GUI</dep>
694       <dep>GEOM</dep>
695       <dep>MED</dep>
696       <dep>SMESH</dep>
697     </product>
698     <product name="BLSURFPLUGIN">
699       <dep>boost</dep>
700       <dep>OpenCascade</dep>
701       <dep>Python</dep>
702       <dep>Swig</dep>
703       <dep>Qt</dep>
704       <dep>msg2qm</dep>
705       <dep>Hdf</dep>
706       <dep>Vtk</dep>
707       <dep>OmniORB</dep>
708       <dep>Doxygen</dep>
709       <dep>Graphviz</dep>
710       <dep>docutils</dep>
711       <dep>BLSurf</dep>
712       <dep>KERNEL</dep>
713       <dep>GUI</dep>
714       <dep>GEOM</dep>
715       <dep>MED</dep>
716       <dep>SMESH</dep>
717     </product>
718     <product name="HexoticPLUGIN">
719       <dep>boost</dep>
720       <dep>OpenCascade</dep>
721       <dep>Python</dep>
722       <dep>Swig</dep>
723       <dep>Qt</dep>
724       <dep>msg2qm</dep>
725       <dep>Hdf</dep>
726       <dep>Vtk</dep>
727       <dep>OmniORB</dep>
728       <dep>Doxygen</dep>
729       <dep>Graphviz</dep>
730       <dep>docutils</dep>
731       <dep>KERNEL</dep>
732       <dep>GUI</dep>
733       <dep>GEOM</dep>
734       <dep>MED</dep>
735       <dep>SMESH</dep>
736     </product>
737     <product name="COMPONENT">
738       <dep>OpenCascade</dep>
739       <dep>Python</dep>
740       <dep>Swig</dep>
741       <dep>Qt</dep>
742       <dep>Qwt</dep>
743       <dep>Hdf</dep>
744       <dep>Med</dep>
745       <dep>Vtk</dep>
746       <dep>OmniORB</dep>
747       <dep>Sip</dep>
748       <dep>PyQt</dep>
749       <dep>Doxygen</dep>
750       <dep>Graphviz</dep>
751       <dep>docutils</dep>
752       <dep>KERNEL</dep>
753       <dep>MED</dep>
754     </product>
755     <product name="PYCALCULATOR">
756       <dep>Python</dep>
757       <dep>OmniORB</dep>
758       <dep>Med</dep>
759       <dep>Doxygen</dep>
760       <dep>Graphviz</dep>
761       <dep>docutils</dep>
762       <dep>KERNEL</dep>
763       <dep>MED</dep>
764     </product>
765     <product name="CALCULATOR">
766       <dep>boost</dep>
767       <dep>OpenCascade</dep>
768       <dep>Python</dep>
769       <dep>Swig</dep>
770       <dep>Qt</dep>
771       <dep>Hdf</dep>
772       <dep>Med</dep>
773       <dep>OmniORB</dep>
774       <dep>KERNEL</dep>
775       <dep>GUI</dep>
776       <dep>MED</dep>
777     </product>
778     <product name="HELLO">
779       <dep>boost</dep>
780       <dep>OpenCascade</dep>
781       <dep>Python</dep>
782       <dep>Qt</dep>
783       <dep>msg2qm</dep>
784       <dep>OmniORB</dep>
785       <dep>KERNEL</dep>
786       <dep>GUI</dep>
787     </product>
788     <product name="PYHELLO">
789       <dep>Python</dep>
790       <dep>msg2qm</dep>
791       <dep>OmniORB</dep>
792       <dep>KERNEL</dep>
793       <dep>GUI</dep>
794     </product>
795     <product name="LIGHT">
796       <dep>OpenCascade</dep>
797       <dep>Python</dep>
798       <dep>Qt</dep>
799       <dep>msg2qm</dep>
800       <dep>Hdf</dep>
801       <dep>Vtk</dep>
802       <dep>Doxygen</dep>
803       <dep>Graphviz</dep>
804       <dep>docutils</dep>
805       <dep>KERNEL</dep>
806       <dep>GUI</dep>
807     </product>
808     <product name="RANDOMIZER">
809       <dep>Python</dep>
810       <dep>OmniORB</dep>
811       <dep>Doxygen</dep>
812       <dep>Graphviz</dep>
813       <dep>docutils</dep>
814       <dep>KERNEL</dep>
815       <dep>GUI</dep>
816     </product>
817     <product name="SIERPINSKY">
818       <dep>boost</dep>
819       <dep>OpenCascade</dep>
820       <dep>Python</dep>
821       <dep>Swig</dep>
822       <dep>Qt</dep>
823       <dep>msg2qm</dep>
824       <dep>Hdf</dep>
825       <dep>Med</dep>
826       <dep>Vtk</dep>
827       <dep>OmniORB</dep>
828       <dep>Doxygen</dep>
829       <dep>Graphviz</dep>
830       <dep>docutils</dep>
831       <dep>KERNEL</dep>
832       <dep>GUI</dep>
833       <dep>MED</dep>
834       <dep>VISU</dep>
835       <dep>RANDOMIZER</dep>
836     </product>
837     <product name="FILTER">
838       <dep>boost</dep>
839       <dep>OpenCascade</dep>
840       <dep>Python</dep>
841       <dep>Swig</dep>
842       <dep>Qt</dep>
843       <dep>msg2qm</dep>
844       <dep>Qwt</dep>
845       <dep>Hdf</dep>
846       <dep>Med</dep>
847       <dep>Vtk</dep>
848       <dep>OmniORB</dep>
849       <dep>Doxygen</dep>
850       <dep>Graphviz</dep>
851       <dep>docutils</dep>
852       <dep>KERNEL</dep>
853       <dep>GUI</dep>
854       <dep>MED</dep>
855     </product>
856     <product name="MULTIPR">
857       <dep>boost</dep>
858       <dep>OpenCascade</dep>
859       <dep>Python</dep>
860       <dep>Qt</dep>
861       <dep>msg2qm</dep>
862       <dep>Hdf</dep>
863       <dep>Med</dep>
864       <dep>OmniORB</dep>
865       <dep>KERNEL</dep>
866       <dep>GUI</dep>
867       <dep>MED</dep>
868     </product>
869     <product name="YACS">
870       <dep>OpenCascade</dep>
871       <dep>Python</dep>
872       <dep>Swig</dep>
873       <dep>Qt</dep>
874       <dep>msg2qm</dep>
875       <dep>OmniORB</dep>
876       <dep>Doxygen</dep>
877       <dep>Graphviz</dep>
878       <dep>docutils</dep>
879       <dep>libxml2</dep>
880       <dep>elementtree</dep>
881       <dep>cElementTree</dep>
882       <dep>KERNEL</dep>
883       <dep>GUI</dep>
884     </product>  
885     <product name="msg2qm">
886       <dep>Qt</dep>
887     </product>
888     <product name="Sip">
889       <dep>Python</dep>
890       <dep>Qt</dep>
891     </product>
892     <product name="PyQt">
893       <dep>Python</dep>
894       <dep>Qt</dep>
895       <dep>Sip</dep>
896     </product>
897     <product name="boost">
898       <dep>Python</dep>
899     </product>
900     <product name="Swig">
901       <dep>Python</dep>
902       <dep>tcltk</dep>
903     </product>
904     <product name="OpenCascade">
905       <dep>tcltk</dep>
906     </product>
907     <product name="Qwt">
908       <dep>Qt</dep>
909     </product>
910     <product name="OmniORB">
911       <dep>Python</dep>
912     </product>
913     <product name="Med">
914       <dep>Hdf</dep>
915     </product>
916     <product name="Vtk">
917       <dep>Python</dep>
918       <dep>tcltk</dep>
919     </product>
920     <product name="Numeric">
921       <dep>Python</dep>
922     </product>
923     <product name="Graphviz">
924       <dep>Python</dep>
925       <dep>tcltk</dep>
926     </product>
927     <product name="Doxygen">
928       <dep>Qt</dep>
929       <dep>Graphviz</dep>
930     </product>
931     <product name="docutils">
932       <dep>Python</dep>
933     </product>
934     <product name="netgen">
935       <dep>OpenCascade</dep>
936     </product>
937     <product name="xdata">
938       <dep>Python</dep>
939       <dep>Qt</dep>
940       <dep>PyQt</dep>
941       <dep>OmniORB</dep>
942       <dep>Vtk</dep>
943       <dep>KERNEL</dep>
944       <dep>GUI</dep>
945       <dep>MED</dep>
946       <dep>GEOM</dep>
947     </product>
948     <product name="cElementTree">
949       <dep>Python</dep>
950     </product>
951     <product name="elementtree">
952       <dep>Python</dep>
953     </product>
954     <product name="HXX2SALOME">
955       <dep>Qt</dep>
956       <dep>HXX2SALOMEDOC</dep>
957     </product>
958   </dependencies>
959
960 </document>