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