Salome HOME
Minor improvements
[tools/install.git] / config_Debian_4.0_64bit.xml
index 60f4cd712dd73245aadf4c114f28343aaec501f0..bc2cab06a5e3873405156406f28fa5fe0b1832e8 100755 (executable)
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Debian 4.0 64bit"
                     version="5.1.3" 
-                   disable="true"
+                   disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
     </product>
                    installdiskspace="0,48711,0"
                    script="SAMPLES.sh"/>
     </product>
-
     <product name="xdata" 
             type="component"
              description="Python module for types declaration in python classes">
       <installation os="Debian 4.0 64bit"
-                    version="0.7.2
+                    version="0.7.3
                    disable="false"
                    installdiskspace="5615,51450,17231"
-                   script="xdata-0.7.2.sh"/>
+                   script="xdata-0.7.3.sh"/>
     </product>
     <product name="HXX2SALOME"
             type="component"
                    installdiskspace="0,205188,0"
                    script="DOCUMENTATION.sh"/>
     </product>
-
     <product name="tcltk" 
              type="prerequisite"
             description="Tcl/Tk library">
                    installdiskspace="19544,6445,63656"
                    script="scotch-4.0.sh"/>
     </product>
+    <product name="cmake"
+            type="prerequisite"
+            description="The cross-platform, open-source make system">
+      <installation os="Debian 4.0 64bit"
+                    version="2.6.4" 
+                   disable="false"
+                   installdiskspace="37844,38843,234392"
+                   script="cmake-2.6.4.sh"/>
+    </product>
     <product name="Vtk"
             type="prerequisite"
             description="Image processing, 3D graphics and visualization software system">
                    installdiskspace="37844,38843,234392"
                    script="VTK-5.0.0.sh"/>
     </product>
+    <product name="libBatch" 
+            type="prerequisite"
+             description="Generic batch management library">
+      <installation os="Debian 4.0 64bit"
+                    version="1.0.0" 
+                   disable="false"
+                   installdiskspace="1305,1489,1401"
+                   script="libBatch-1.0.0.sh"/>
+    </product>
     <product name="numpy"
             type="prerequisite"
             description="Fundamental package for scientific computing with Python">
                    script="libxml2-2.7.3.sh"/>
     </product>
   </products>
-
   <dependencies>
     <product name="KERNEL">
       <dep>boost</dep>
       <dep>Graphviz</dep>
       <dep>docutils</dep>
       <dep>libxml2</dep>
+      <dep>libBatch</dep>
     </product>
     <product name="GUI">
       <dep>boost</dep>
     <product name="Vtk">
       <dep>Python</dep>
       <dep>tcltk</dep>
+      <dep>cmake</dep>
     </product>
     <product name="numpy">
       <dep>Python</dep>
     <product name="netgen">
       <dep>OpenCascade</dep>
     </product>
+    <product name="libBatch">
+      <dep>Python</dep>
+      <dep>Swig</dep>
+      <dep>cmake</dep>
+    </product>
     <product name="xdata">
       <dep>Python</dep>
       <dep>Qt</dep>