]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Update for version 2.1.0
authorvsr <vsr@opencascade.com>
Fri, 24 Sep 2004 10:01:30 +0000 (10:01 +0000)
committervsr <vsr@opencascade.com>
Fri, 24 Sep 2004 10:01:30 +0000 (10:01 +0000)
README
config.xml
config_RedHat8_0.xml
config_RedHat8_0_with_Mesa.xml

diff --git a/README b/README
index 9436c9a92416e8ab24b5accf439acc44f00148eb..b91bb34c33d55a912a8eeed10c652083691200e3 100644 (file)
--- a/README
+++ b/README
                source salome.csh
 
           where <KERNEL_ROOT_DIR> is KERNEL binaries directory, e.g. 
-          KERNEL_2.0.0 for the 2.0.0 version.
+          KERNEL_2.1.0 for the 2.1.0 version.
 
      2.2. Launching of SALOME
        
           After you set environment you can start SALOME. Go to the KERNEL 
-          module's binaries directory (KERNEL_2.0.0/bin/salome for the version 
-          2.0.0) by using of cd command and then type:
+          module's binaries directory (KERNEL_2.1.0/bin/salome for the version 
+          2.1.0) by using of cd command and then type:
 
                runSalome [<parameters>]
 
           This will start SALOME according to the configuration parameters which
           are described into salome.launch file, located in your home directory
-          ( $HOME/.salome/salome.launch ).
+          ( $HOME/.salome_<version-number>/salome.launch ),
+          where <version_number> is number of PAL/SALOME version.
+
           If this file does not exists, it is created on the first launch of 
           SALOME from <KERNEL_ROOT_DIR>/bin/salome/salome.launch.
 
-          You can modify SALOME launching options by editing salome.launch file:
+          You can modify SALOME launching options by editing 
+          salome_<version_number>.launch file:
 
           <Configuration-list>
                <launchoptions>
                          <plugin name="..."/>
                     </module>
                </modules-list>
-               <containers-list>
-                    <containertype>...</containertype>
-               </containers-list>
+              <embedded-list>
+                    <embeddedserver>...</embeddedserver>
+              </embedded-list>
+               <standalone-list>
+                    <standaloneserver>...</standaloneserver>
+               </standalone-list>
           </Configuration-list>     
 
           Each parameter described in salome.launch file can be overrided by 
           --killall
                 Kill SALOME, running on all ports
           --modules=<module>,<module>,...,<module>
-                Use module, possible values are GEOM, SMESH, VISU, MED, SUPERV
-          --containers=<container>,<container>,...<container>
-                Start container of type, possible values are cpp,python,superv
+                Use module(s), possible values are GEOM, SMESH, VISU, MED, SUPERV
+          --embedded=<container>,<container>,...<container>
+                Start specified container(s) embedded in SALOME Session server 
+                (i.e. running in the same process), possible values are registry, study, 
+                moduleCatalog, cppContainer, pyContainer, supervContainer
+          --standalone=<container>,<container>,...<container>
+                Start standalone container(s), possible values are registry, study, 
+                moduleCatalog, cppContainer, pyContainer, supervContainer
 
           Note that there is no key which corresponds to the <plugin> tag.
           This tag can be used currently only for SMESH module to point external 
           directory to store and build the products. During the installation 
           it produces some log files in this directory. If you suspect that
           program hangs you can check the log files. These files have names
-          in capital letters like CONFIGURE.LOG, MAKE.LOG or MAKEINSTALL.LOG.
+          in capital letters like CONFIGURE.LOG, MAKE.LOG, MAKEINSTALL.LOG, etc.
 
      3.3. Testing of installed SALOME platform
 
      In the sample scenario it is supposed that you have installed SALOME
      modules sources in the /home/salome directory. The name of each module's
      sources directory depends on the version of the platform, for example,
-     KERNEL_SRC_2.0.0 for KERNEL module of PAL/SALOME version 2.0.0.
+     KERNEL_SRC_2.1.0 for KERNEL module of PAL/SALOME version 2.1.0.
 
      The order of compilation and installation should be performed in accordance
      with modules dependancies:
      
-          * GEOM : KERNEL
-          * MED : KERNEL
-          * SMESH : KERNEL, GEOM, MED
-          * VISU : KERNEL, MED
-          * SUPERV : KERNEL
-          * COMPONENT : KERNEL
-          * PYCALCULATOR : KERNEL
-          * NETGENPLUGIN : KERNEL, SMESH
-
-     Note: NETGENPLUGIN is optional component. You may skip compiling it if
-     you do not plan to use NETGEN mesher algorithm.
+          * KERNEL -> no dependancies
+          * GEOM -> KERNEL
+          * MED -> KERNEL
+          * SMESH -> KERNEL, GEOM, MED
+          * VISU -> KERNEL, MED
+          * SUPERV -> KERNEL
+          * COMPONENT -> KERNEL
+          * PYCALCULATOR -> KERNEL
+          * NETGENPLUGIN -> KERNEL, SMESH
+          * GHS3DPLUGIN -> KERNEL, SMESH
+
+     Note: NETGENPLUGIN, GHS3DPLUGIN are optional components. You may skip compiling them if
+     you do not plan to use NETGEN and/or GHS3D  mesher algorithms.
      In general, each module (except KERNEL, of course) is optional for SALOME.
      If you do not need any module, just do not compile or install it.
 
      - go to KERNEL module's sources directory:
 
-          cd /home/salome/KERNEL_SRC_2.0.0
+          cd /home/salome/KERNEL_SRC_2.1.0
 
      - set environment variables (use bash or csh script, depending on 
        your shell):
      - configure the sources and create Makefile files:
 
           cd KERNEL_build
-          ../KERNEL_SRC_2.0.0/configure --prefix=/home/salome/KERNEL_install
+          ../KERNEL_SRC_2.1.0/configure --prefix=/home/salome/KERNEL_install
 
      Note, that --prefix option defines the directory where you want to install
      KERNEL module after make install procedure.
           export KERNEL_ROOT_DIR=/home/salome/KERNEL_install
        or 
           export KERNEL_ROOT_DIR=/home/salome/KERNEL_build
-          (if make install is not done).
+          (if make install step was not performed).
 
        * for csh:
           setenv KERNEL_ROOT_DIR /home/salome/KERNEL_install
        or 
           setenv KERNEL_ROOT_DIR /home/salome/KERNEL_build
-          (if make install is not done).
+          (if make install step was not performed).
 
-     - then repeat this scenario for other modules you want to build according
-       to modules dependancies.
+     - then repeat this scenario for other modules you want to build in accordance
+       with modules dependancies.
 
      Note: if the compilation fails it may be caused by poor environment. 
      In this case you should check that environment script you use (salome.csh
index 655dd56a671004e06d7f5f7b86bcceabff58890d..2a69b52c55e14f20da3dbe5df9df9fa678255296 100644 (file)
@@ -1,5 +1,5 @@
 <document>
-  <config version="2.0.0"
+  <config version="2.1.0"
          caption="PAL/SALOME v%1"
           copyright="Copyright (C) 2004 CEA"
           license="All right reserved"
           temporarydiskspace="61528"
           script="graphviz-1.9.sh"/>
   <product name="KERNEL-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform KERNEL module sources"
            install="install sources"
           supported="install sources"
           installdiskspace="27098"
           temporarydiskspace="0"
            pickupenv="true"
-          script="KERNEL_SRC_2.0.0.sh"/>
+          script="KERNEL_SRC_2.1.0.sh"/>
   <product name="KERNEL-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform KERNEL module"
            install="install binaries"
           supported="install binaries"
           installdiskspace="49670"
           temporarydiskspace="0"
            pickupenv="true"
-          script="KERNEL_BIN_2.0.0.sh"/>
+          script="KERNEL_BIN_2.1.0.sh"/>
   <product name="GEOM-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform GEOM modules sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="5004"
           temporarydiskspace="0"
-          script="GEOM_SRC_2.0.0.sh"/>
+          script="GEOM_SRC_2.1.0.sh"/>
   <product name="GEOM-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform GEOM module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="17093"
           temporarydiskspace="0"
-          script="GEOM_BIN_2.0.0.sh"/>
+          script="GEOM_BIN_2.1.0.sh"/>
   <product name="MED-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform MED module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="3202"
           temporarydiskspace="0"
-          script="MED_SRC_2.0.0.sh"/>
+          script="MED_SRC_2.1.0.sh"/>
   <product name="MED-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform MED module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="30084"
           temporarydiskspace="0"
-          script="MED_BIN_2.0.0.sh"/>
+          script="MED_BIN_2.1.0.sh"/>
   <product name="SMESH-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform SMESH module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,boost,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src,GEOM-Src,MED-Src"
           installdiskspace="7977"
           temporarydiskspace="0"
-          script="SMESH_SRC_2.0.0.sh"/>
+          script="SMESH_SRC_2.1.0.sh"/>
   <product name="SMESH-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform SMEHS module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,boost,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin,GEOM-Bin,MED-Bin"
           installdiskspace="26467"
           temporarydiskspace="0"
-          script="SMESH_BIN_2.0.0.sh"/>
+          script="SMESH_BIN_2.1.0.sh"/>
   <product name="VISU-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform VISU module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Qwt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src,MED-Src"
           installdiskspace="6528"
           temporarydiskspace="0"
-          script="VISU_SRC_2.0.0.sh"/>
+          script="VISU_SRC_2.1.0.sh"/>
   <product name="VISU-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform VISU module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Qwt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin,MED-Bin"
           installdiskspace="16083"
           temporarydiskspace="0"
-          script="VISU_BIN_2.0.0.sh"/>
+          script="VISU_BIN_2.1.0.sh"/>
   <product name="SUPERV-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform SUPERV module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="4562"
           temporarydiskspace="0"
-          script="SUPERV_SRC_2.0.0.sh"/>
+          script="SUPERV_SRC_2.1.0.sh"/>
   <product name="SUPERV-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform SUPERV module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="44770"
           temporarydiskspace="0"
-          script="SUPERV_BIN_2.0.0.sh"/>
+          script="SUPERV_BIN_2.1.0.sh"/>
   <product name="COMPONENT-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform COMPONENT module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="278"
           temporarydiskspace="0"
-          script="COMPONENT_SRC_2.0.0.sh"/>
+          script="COMPONENT_SRC_2.1.0.sh"/>
   <product name="COMPONENT-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform COMPONENT module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="13000"
           temporarydiskspace="0"
-          script="COMPONENT_BIN_2.0.0.sh"/>
+          script="COMPONENT_BIN_2.1.0.sh"/>
   <product name="PYCALCULATOR-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform PYCALCULATOR module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="27"
           temporarydiskspace="0"
-          script="PYCALCULATOR_SRC_2.0.0.sh"/>
+          script="PYCALCULATOR_SRC_2.1.0.sh"/>
   <product name="PYCALCULATOR-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform PYCALCULATOR module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="147"
           temporarydiskspace="0"
-          script="PYCALCULATOR_BIN_2.0.0.sh"/>
+          script="PYCALCULATOR_BIN_2.1.0.sh"/>
   <product name="NETGENplugin-Src" 
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform NETGEN meshing algorithm plugin sources"
            install="install sources"
           supported="install sources"
           disable="false"
           dependancies="gcc,netgen,KERNEL-Src,SMESH-Src"
-          installdiskspace="93"
+          installdiskspace="407"
           temporarydiskspace="0"
-          script="NETGENPLUGIN_SRC_2.0.0.sh"/>
+          script="NETGENPLUGIN_SRC_2.1.0.sh"/>
   <product name="NETGENplugin-Bin" 
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform NETGEN meshing algorithm plugin"
            install="install binaries"
           supported="install binaries"
           disable="false"
           dependancies="gcc,netgen,KERNEL-Bin,SMESH-Bin"
-          installdiskspace="4118"
+          installdiskspace="2467"
           temporarydiskspace="0"
-          script="NETGENPLUGIN_BIN_2.0.0.sh"/>
+          script="NETGENPLUGIN_BIN_2.1.0.sh"/>
+  <product name="GHS3Dplugin-Src" 
+           version="2.1.0" 
+           description="PAL/SALOME platform GHS3D meshing algorithm plugin sources"
+           install="install sources"
+          supported="install sources"
+          disable="false"
+          dependancies="gcc,KERNEL-Src,SMESH-Src"
+          installdiskspace="56"
+          temporarydiskspace="0"
+          script="GHS3DPLUGIN_SRC_2.1.0.sh"/>
+  <product name="GHS3Dplugin-Bin" 
+           version="2.1.0" 
+           description="Precompiled PAL/SALOME platform GHS3D meshing algorithm plugin"
+           install="install binaries"
+          supported="install binaries"
+          disable="false"
+          dependancies="gcc,KERNEL-Bin,SMESH-Bin"
+          installdiskspace="142"
+          temporarydiskspace="0"
+          script="GHS3DPLUGIN_BIN_2.1.0.sh"/>
 </document>
index 655dd56a671004e06d7f5f7b86bcceabff58890d..2a69b52c55e14f20da3dbe5df9df9fa678255296 100644 (file)
@@ -1,5 +1,5 @@
 <document>
-  <config version="2.0.0"
+  <config version="2.1.0"
          caption="PAL/SALOME v%1"
           copyright="Copyright (C) 2004 CEA"
           license="All right reserved"
           temporarydiskspace="61528"
           script="graphviz-1.9.sh"/>
   <product name="KERNEL-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform KERNEL module sources"
            install="install sources"
           supported="install sources"
           installdiskspace="27098"
           temporarydiskspace="0"
            pickupenv="true"
-          script="KERNEL_SRC_2.0.0.sh"/>
+          script="KERNEL_SRC_2.1.0.sh"/>
   <product name="KERNEL-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform KERNEL module"
            install="install binaries"
           supported="install binaries"
           installdiskspace="49670"
           temporarydiskspace="0"
            pickupenv="true"
-          script="KERNEL_BIN_2.0.0.sh"/>
+          script="KERNEL_BIN_2.1.0.sh"/>
   <product name="GEOM-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform GEOM modules sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="5004"
           temporarydiskspace="0"
-          script="GEOM_SRC_2.0.0.sh"/>
+          script="GEOM_SRC_2.1.0.sh"/>
   <product name="GEOM-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform GEOM module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="17093"
           temporarydiskspace="0"
-          script="GEOM_BIN_2.0.0.sh"/>
+          script="GEOM_BIN_2.1.0.sh"/>
   <product name="MED-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform MED module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="3202"
           temporarydiskspace="0"
-          script="MED_SRC_2.0.0.sh"/>
+          script="MED_SRC_2.1.0.sh"/>
   <product name="MED-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform MED module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="30084"
           temporarydiskspace="0"
-          script="MED_BIN_2.0.0.sh"/>
+          script="MED_BIN_2.1.0.sh"/>
   <product name="SMESH-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform SMESH module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,boost,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src,GEOM-Src,MED-Src"
           installdiskspace="7977"
           temporarydiskspace="0"
-          script="SMESH_SRC_2.0.0.sh"/>
+          script="SMESH_SRC_2.1.0.sh"/>
   <product name="SMESH-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform SMEHS module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,boost,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin,GEOM-Bin,MED-Bin"
           installdiskspace="26467"
           temporarydiskspace="0"
-          script="SMESH_BIN_2.0.0.sh"/>
+          script="SMESH_BIN_2.1.0.sh"/>
   <product name="VISU-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform VISU module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Qwt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src,MED-Src"
           installdiskspace="6528"
           temporarydiskspace="0"
-          script="VISU_SRC_2.0.0.sh"/>
+          script="VISU_SRC_2.1.0.sh"/>
   <product name="VISU-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform VISU module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Qwt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin,MED-Bin"
           installdiskspace="16083"
           temporarydiskspace="0"
-          script="VISU_BIN_2.0.0.sh"/>
+          script="VISU_BIN_2.1.0.sh"/>
   <product name="SUPERV-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform SUPERV module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="4562"
           temporarydiskspace="0"
-          script="SUPERV_SRC_2.0.0.sh"/>
+          script="SUPERV_SRC_2.1.0.sh"/>
   <product name="SUPERV-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform SUPERV module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="44770"
           temporarydiskspace="0"
-          script="SUPERV_BIN_2.0.0.sh"/>
+          script="SUPERV_BIN_2.1.0.sh"/>
   <product name="COMPONENT-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform COMPONENT module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="278"
           temporarydiskspace="0"
-          script="COMPONENT_SRC_2.0.0.sh"/>
+          script="COMPONENT_SRC_2.1.0.sh"/>
   <product name="COMPONENT-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform COMPONENT module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="13000"
           temporarydiskspace="0"
-          script="COMPONENT_BIN_2.0.0.sh"/>
+          script="COMPONENT_BIN_2.1.0.sh"/>
   <product name="PYCALCULATOR-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform PYCALCULATOR module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="27"
           temporarydiskspace="0"
-          script="PYCALCULATOR_SRC_2.0.0.sh"/>
+          script="PYCALCULATOR_SRC_2.1.0.sh"/>
   <product name="PYCALCULATOR-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform PYCALCULATOR module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="147"
           temporarydiskspace="0"
-          script="PYCALCULATOR_BIN_2.0.0.sh"/>
+          script="PYCALCULATOR_BIN_2.1.0.sh"/>
   <product name="NETGENplugin-Src" 
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform NETGEN meshing algorithm plugin sources"
            install="install sources"
           supported="install sources"
           disable="false"
           dependancies="gcc,netgen,KERNEL-Src,SMESH-Src"
-          installdiskspace="93"
+          installdiskspace="407"
           temporarydiskspace="0"
-          script="NETGENPLUGIN_SRC_2.0.0.sh"/>
+          script="NETGENPLUGIN_SRC_2.1.0.sh"/>
   <product name="NETGENplugin-Bin" 
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform NETGEN meshing algorithm plugin"
            install="install binaries"
           supported="install binaries"
           disable="false"
           dependancies="gcc,netgen,KERNEL-Bin,SMESH-Bin"
-          installdiskspace="4118"
+          installdiskspace="2467"
           temporarydiskspace="0"
-          script="NETGENPLUGIN_BIN_2.0.0.sh"/>
+          script="NETGENPLUGIN_BIN_2.1.0.sh"/>
+  <product name="GHS3Dplugin-Src" 
+           version="2.1.0" 
+           description="PAL/SALOME platform GHS3D meshing algorithm plugin sources"
+           install="install sources"
+          supported="install sources"
+          disable="false"
+          dependancies="gcc,KERNEL-Src,SMESH-Src"
+          installdiskspace="56"
+          temporarydiskspace="0"
+          script="GHS3DPLUGIN_SRC_2.1.0.sh"/>
+  <product name="GHS3Dplugin-Bin" 
+           version="2.1.0" 
+           description="Precompiled PAL/SALOME platform GHS3D meshing algorithm plugin"
+           install="install binaries"
+          supported="install binaries"
+          disable="false"
+          dependancies="gcc,KERNEL-Bin,SMESH-Bin"
+          installdiskspace="142"
+          temporarydiskspace="0"
+          script="GHS3DPLUGIN_BIN_2.1.0.sh"/>
 </document>
index 56f6d8699e403d8f123eecb8cf2b08798823c331..088a22f91fb5c17bbf08dcda9639f2bd06527592 100644 (file)
@@ -1,5 +1,5 @@
 <document>
-  <config version="2.0.0"
+  <config version="2.1.0"
          caption="PAL/SALOME v%1"
           copyright="Copyright (C) 2004 CEA"
           license="All right reserved"
           temporarydiskspace="61528"
           script="graphviz-1.9.sh"/>
   <product name="KERNEL-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform KERNEL module sources"
            install="install sources"
           supported="install sources"
           installdiskspace="27098"
           temporarydiskspace="0"
            pickupenv="true"
-          script="KERNEL_SRC_2.0.0.sh"/>
+          script="KERNEL_SRC_2.1.0.sh"/>
   <product name="KERNEL-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform KERNEL module"
            install="install binaries"
           supported="install binaries"
           installdiskspace="49670"
           temporarydiskspace="0"
            pickupenv="true"
-          script="KERNEL_BIN_2.0.0.sh"/>
+          script="KERNEL_BIN_2.1.0.sh"/>
   <product name="GEOM-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform GEOM modules sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="5004"
           temporarydiskspace="0"
-          script="GEOM_SRC_2.0.0.sh"/>
+          script="GEOM_SRC_2.1.0.sh"/>
   <product name="GEOM-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform GEOM module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="17093"
           temporarydiskspace="0"
-          script="GEOM_BIN_2.0.0.sh"/>
+          script="GEOM_BIN_2.1.0.sh"/>
   <product name="MED-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform MED module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="3202"
           temporarydiskspace="0"
-          script="MED_SRC_2.0.0.sh"/>
+          script="MED_SRC_2.1.0.sh"/>
   <product name="MED-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform MED module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="30084"
           temporarydiskspace="0"
-          script="MED_BIN_2.0.0.sh"/>
+          script="MED_BIN_2.1.0.sh"/>
   <product name="SMESH-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform SMESH module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,boost,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src,GEOM-Src,MED-Src"
           installdiskspace="7977"
           temporarydiskspace="0"
-          script="SMESH_SRC_2.0.0.sh"/>
+          script="SMESH_SRC_2.1.0.sh"/>
   <product name="SMESH-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform SMEHS module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,boost,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin,GEOM-Bin,MED-Bin"
           installdiskspace="26467"
           temporarydiskspace="0"
-          script="SMESH_BIN_2.0.0.sh"/>
+          script="SMESH_BIN_2.1.0.sh"/>
   <product name="VISU-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform VISU module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Qwt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src,MED-Src"
           installdiskspace="6528"
           temporarydiskspace="0"
-          script="VISU_SRC_2.0.0.sh"/>
+          script="VISU_SRC_2.1.0.sh"/>
   <product name="VISU-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform VISU module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Qwt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin,MED-Bin"
           installdiskspace="16083"
           temporarydiskspace="0"
-          script="VISU_BIN_2.0.0.sh"/>
+          script="VISU_BIN_2.1.0.sh"/>
   <product name="SUPERV-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform SUPERV module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="4562"
           temporarydiskspace="0"
-          script="SUPERV_SRC_2.0.0.sh"/>
+          script="SUPERV_SRC_2.1.0.sh"/>
   <product name="SUPERV-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform SUPERV module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="44770"
           temporarydiskspace="0"
-          script="SUPERV_BIN_2.0.0.sh"/>
+          script="SUPERV_BIN_2.1.0.sh"/>
   <product name="COMPONENT-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform COMPONENT module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="278"
           temporarydiskspace="0"
-          script="COMPONENT_SRC_2.0.0.sh"/>
+          script="COMPONENT_SRC_2.1.0.sh"/>
   <product name="COMPONENT-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform COMPONENT module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="13000"
           temporarydiskspace="0"
-          script="COMPONENT_BIN_2.0.0.sh"/>
+          script="COMPONENT_BIN_2.1.0.sh"/>
   <product name="PYCALCULATOR-Src"
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform PYCALCULATOR module sources"
            install="install sources"
           supported="install sources"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Src"
           installdiskspace="27"
           temporarydiskspace="0"
-          script="PYCALCULATOR_SRC_2.0.0.sh"/>
+          script="PYCALCULATOR_SRC_2.1.0.sh"/>
   <product name="PYCALCULATOR-Bin"
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform PYCALCULATOR module"
            install="install binaries"
           supported="install binaries"
           dependancies="gcc,tcltk,OpenCascade,Python,Numeric,Swig,Qt,Hdf,Med,Vtk,OmniORB,Doxygen,Graphviz,HappyDoc,KERNEL-Bin"
           installdiskspace="147"
           temporarydiskspace="0"
-          script="PYCALCULATOR_BIN_2.0.0.sh"/>
+          script="PYCALCULATOR_BIN_2.1.0.sh"/>
   <product name="NETGENplugin-Src" 
-           version="2.0.0" 
+           version="2.1.0" 
            description="PAL/SALOME platform NETGEN meshing algorithm plugin sources"
            install="install sources"
           supported="install sources"
           disable="false"
           dependancies="gcc,netgen,KERNEL-Src,SMESH-Src"
-          installdiskspace="93"
+          installdiskspace="407"
           temporarydiskspace="0"
-          script="NETGENPLUGIN_SRC_2.0.0.sh"/>
+          script="NETGENPLUGIN_SRC_2.1.0.sh"/>
   <product name="NETGENplugin-Bin" 
-           version="2.0.0" 
+           version="2.1.0" 
            description="Precompiled PAL/SALOME platform NETGEN meshing algorithm plugin"
            install="install binaries"
           supported="install binaries"
           disable="false"
           dependancies="gcc,netgen,KERNEL-Bin,SMESH-Bin"
-          installdiskspace="4118"
+          installdiskspace="2467"
           temporarydiskspace="0"
-          script="NETGENPLUGIN_BIN_2.0.0.sh"/>
+          script="NETGENPLUGIN_BIN_2.1.0.sh"/>
+  <product name="GHS3Dplugin-Src" 
+           version="2.1.0" 
+           description="PAL/SALOME platform GHS3D meshing algorithm plugin sources"
+           install="install sources"
+          supported="install sources"
+          disable="false"
+          dependancies="gcc,KERNEL-Src,SMESH-Src"
+          installdiskspace="56"
+          temporarydiskspace="0"
+          script="GHS3DPLUGIN_SRC_2.1.0.sh"/>
+  <product name="GHS3Dplugin-Bin" 
+           version="2.1.0" 
+           description="Precompiled PAL/SALOME platform GHS3D meshing algorithm plugin"
+           install="install binaries"
+          supported="install binaries"
+          disable="false"
+          dependancies="gcc,KERNEL-Bin,SMESH-Bin"
+          installdiskspace="142"
+          temporarydiskspace="0"
+          script="GHS3DPLUGIN_BIN_2.1.0.sh"/>
 </document>