]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Increment version: 7.4.0
authorvsr <vsr@opencascade.com>
Mon, 5 May 2014 08:43:47 +0000 (12:43 +0400)
committervsr <vsr@opencascade.com>
Mon, 5 May 2014 08:43:47 +0000 (12:43 +0400)
README
config_CentOS_5.5_64bit.xml
config_CentOS_6.3_64bit.xml
config_Debian_6.0_64bit.xml
config_Debian_7_64bit.xml
config_Fedora_18_64bit.xml
config_Mandriva_2010.0_64bit.xml
config_Ubuntu_13.04_64bit.xml
config_files/common.sh
doc/readme.html
src/SALOME_InstallWizard.cxx

diff --git a/README b/README
index 0160983452ee408605052705dc8887483e9cab49..092e9cb1d2d1fedcd894c875b32db7ad845f746a 100644 (file)
--- a/README
+++ b/README
                source salome.csh
 
           where <KERNEL_ROOT_DIR> is KERNEL binaries directory, e.g. 
-          KERNEL_7.3.0 for the 7.3.0 version.
+          KERNEL_7.4.0 for the 7.4.0 version.
 
      2.2. Launching of SALOME
        
           After you set environment you can start SALOME. Go to the KERNEL 
-          module's binaries directory (KERNEL_7.3.0/bin/salome for the version 
-          7.3.0) by using of 'cd' command and then type:
+          module's binaries directory (KERNEL_7.4.0/bin/salome for the version 
+          7.4.0) by using of 'cd' command and then type:
 
                runSalome [<parameters>]
 
           In this scenario it is supposed that you have installed SALOME
           modules sources in the /home/user/salome directory. The name of each module
           sources directory depends on the version of the platform, for example,
-          KERNEL_SRC_7.3.0 for KERNEL module of SALOME version 7.3.0.
+          KERNEL_SRC_7.4.0 for KERNEL module of SALOME version 7.4.0.
 
           Compilation and installation should be performed according to 
           the dependencies between modules:
 
           - create a configuration script by typing
 
-               ../KERNEL_SRC_7.3.0/build_configure
+               ../KERNEL_SRC_7.4.0/build_configure
 
           - run configure script which will check the environment and create 
            Makefile files:
 
-               ../KERNEL_SRC_7.3.0/configure --prefix=/home/user/salome/KERNEL-7.3.0
+               ../KERNEL_SRC_7.4.0/configure --prefix=/home/user/salome/KERNEL-7.4.0
 
           Note, that --prefix option defines the directory where you want to 
           install KERNEL module after 'make install' procedure. configure script
                make install
 
           After you have completed this scenario, KERNEL module is built and 
-          installed into /home/user/salome/KERNEL-7.3.0 directory.
+          installed into /home/user/salome/KERNEL-7.4.0 directory.
 
           - modify your environment scripts:
 
           * for bash:
 
-               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.3.0
+               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.4.0
 
           * for csh:
 
-               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.3.0
+               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.4.0
 
           - then repeat this scenario for other modules you want to build taking 
             into account the dependencies between modules (see dependencies table
 
                setenv MODULE_ROOT_DIR /home/user/salome/<MODULE_distribution>
 
-          where <MODULE_distribution> is a MODULE-7.3.0 (see above).
+          where <MODULE_distribution> is a MODULE-7.4.0 (see above).
 
      4.2. Automatic build procedure: build.sh script
 
 
           - run cmake
 
-               cmake -DCMAKE_INSTALL_PREFIX=/home/user/salome/KERNEL-7.3.0 ../KERNEL_SRC_7.3.0
+               cmake -DCMAKE_INSTALL_PREFIX=/home/user/salome/KERNEL-7.4.0 ../KERNEL_SRC_7.4.0
 
           Note, that -DCMAKE_INSTALL_PREFIX option defines the directory where you want to 
           install KERNEL module after 'make install' procedure. You
                make install
 
           After you have completed this scenario, KERNEL module is built and 
-          installed into /home/user/salome/KERNEL-7.3.0 directory.
+          installed into /home/user/salome/KERNEL-7.4.0 directory.
 
           - modify your environment scripts:
 
           * for bash:
 
-               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.3.0
+               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.4.0
 
           * for csh:
 
-               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.3.0
+               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.4.0
 
 ================================================================================
index 38191bdee5944ff97463c63b7ffb0e1d155599d4..8484d23828792abf24073b574b918a482468573d 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.3.0"
+  <config version="7.4.0"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="CentOS 5.5 64bit"
-         targetdir="${HOME}/salome_7.3.0"
+         targetdir="${HOME}/salome_7.4.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="50462,13816,149426"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="CentOS 5.5 64bit"
-                   version="7.3.0" 
+                   version="7.4.0" 
                    disable="false"
                    installdiskspace="21881,18564,99969"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="55126,33456,208482"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="228968,160420,475400"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="64682,40532,233834"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="400524,8724,1603452"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="14157,25752,48601"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="800,636,4796"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4949,1540,17617"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4144,1880,13132"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="2903,1112,9219"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5582,2732,18050"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="6650,4728,16670"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="2789,1208,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="280,556,1280"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="541,728,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="886,724,3242"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="834,692,2346"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="421,500,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="512,576,3192"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="389,564,2989"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="284,468,1944"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="140,376,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="144,356,992"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="416,508,2976"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="30182,20736,141962"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="646,1716,646"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="1970,1748,11402"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="346780,346780,346780"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="4704,4704,4704"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="24765,18440,58193"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="801,3520,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="CentOS 5.5 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="8471,8224,9835"
                    script="DOCUMENTATION.sh"/>
index 79b3dc91e07778db96d8cac99b7626afc89c3d0a..46c16ceddc4eb7ffe6521cbf87cedcb0a4906993 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.3.0"
+  <config version="7.4.0"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="CentOS 6.3 64bit"
-         targetdir="${HOME}/salome_7.3.0"
+         targetdir="${HOME}/salome_7.4.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="50462,13816,149426"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="CentOS 6.3 64bit"
-                   version="7.3.0" 
+                   version="7.4.0" 
                    disable="false"
                    installdiskspace="21881,18564,99969"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="55126,33456,208482"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="228968,160420,475400"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="64682,40532,233834"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="400524,8724,1603452"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="14157,25752,48601"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="800,636,4796"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4949,1540,17617"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4144,1880,13132"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="2903,1112,9219"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5582,2732,18050"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="6650,4728,16670"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="2789,1208,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="280,556,1280"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="541,728,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="886,724,3242"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="834,692,2346"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="421,500,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="512,576,3192"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="389,564,2989"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="284,468,1944"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="140,376,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="144,356,992"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="416,508,2976"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="30182,20736,141962"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="646,1716,646"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="1970,1748,11402"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="346780,346780,346780"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="4704,4704,4704"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="24765,18440,58193"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="801,3520,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="CentOS 6.3 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="8471,8224,9835"
                    script="DOCUMENTATION.sh"/>
index 0ee3bdef631ab1f4f98b27c1c5644587767df39f..3055588bf9631c90da0a18a3fffd352f466d0f50 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.3.0"
+  <config version="7.4.0"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian 6.0 64bit"
-         targetdir="${HOME}/salome_7.3.0"
+         targetdir="${HOME}/salome_7.4.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="50462,13816,149426"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 6.0 64bit"
-                   version="7.3.0" 
+                   version="7.4.0" 
                    disable="false"
                    installdiskspace="21881,18564,99969"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="55126,33456,208482"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="228968,160420,475400"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="64682,40532,233834"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="400524,8724,1603452"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="14157,25752,48601"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="800,636,4796"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4949,1540,17617"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4144,1880,13132"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="2903,1112,9219"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5582,2732,18050"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="6650,4728,16670"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="2789,1208,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="280,556,1280"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="541,728,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="886,724,3242"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="834,692,2346"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="421,500,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="512,576,3192"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="389,564,2989"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="284,468,1944"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="140,376,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="144,356,992"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="416,508,2976"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="30182,20736,141962"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="646,1716,646"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="1970,1748,11402"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="346780,346780,346780"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="4704,4704,4704"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="24765,18440,58193"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="801,3520,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 6.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="8471,8224,9835"
                    script="DOCUMENTATION.sh"/>
index 6c291f3e6434469c45fead4a62da070bf095819f..73345c04287a65559ca0acf3225c4a602e90db68 100644 (file)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.3.0"
+  <config version="7.4.0"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian 7 64bit"
-         targetdir="${HOME}/salome_7.3.0"
+         targetdir="${HOME}/salome_7.4.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="50462,13816,149426"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 7 64bit"
-                   version="7.3.0" 
+                   version="7.4.0" 
                    disable="false"
                    installdiskspace="21881,18564,99969"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="55126,33456,208482"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="228968,160420,475400"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="64682,40532,233834"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="400524,8724,1603452"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="14157,25752,48601"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="800,636,4796"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4949,1540,17617"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4144,1880,13132"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="2903,1112,9219"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5582,2732,18050"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="6650,4728,16670"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="2789,1208,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="280,556,1280"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="541,728,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="886,724,3242"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="834,692,2346"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="421,500,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="512,576,3192"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="389,564,2989"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="284,468,1944"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="140,376,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="144,356,992"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="416,508,2976"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="30182,20736,141962"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="646,1716,646"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="1970,1748,11402"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="346780,346780,346780"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="4704,4704,4704"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="24765,18440,58193"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="801,3520,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 7 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="8471,8224,9835"
                    script="DOCUMENTATION.sh"/>
index 8a8d30bdeb97ad2aac87a937cb8392dad3a66b62..feabda44bba6bcffb32d390d90d6a98847594c82 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.3.0"
+  <config version="7.4.0"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Fedora 18 64bit"
-         targetdir="${HOME}/salome_7.3.0"
+         targetdir="${HOME}/salome_7.4.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="50462,13816,149426"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Fedora 18 64bit"
-                   version="7.3.0" 
+                   version="7.4.0" 
                    disable="false"
                    installdiskspace="21881,18564,99969"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="55126,33456,208482"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="228968,160420,475400"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="64682,40532,233834"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="400524,8724,1603452"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="14157,25752,48601"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="800,636,4796"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4949,1540,17617"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4144,1880,13132"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="2903,1112,9219"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5582,2732,18050"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="6650,4728,16670"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="2789,1208,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="280,556,1280"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="541,728,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="886,724,3242"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="834,692,2346"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="421,500,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="512,576,3192"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="389,564,2989"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="284,468,1944"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="140,376,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="144,356,992"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="416,508,2976"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="30182,20736,141962"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="646,1716,646"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="1970,1748,11402"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="346780,346780,346780"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="4704,4704,4704"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="24765,18440,58193"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="801,3520,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Fedora 18 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="8471,8224,9835"
                    script="DOCUMENTATION.sh"/>
index 5a56e832e816def33b0fad851937b9e3165d0f09..ba5843e04719fe7f83243fb1bbbd07e7449dafaa 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.3.0"
+  <config version="7.4.0"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Mandriva 2010.0 64bit"
-         targetdir="${HOME}/salome_7.3.0"
+         targetdir="${HOME}/salome_7.4.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="50462,13816,149426"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2010.0 64bit"
-                   version="7.3.0" 
+                   version="7.4.0" 
                    disable="false"
                    installdiskspace="21881,18564,99969"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="55126,33456,208482"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="228968,160420,475400"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="64682,40532,233834"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="400524,8724,1603452"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="14157,25752,48601"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="800,636,4796"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4949,1540,17617"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4144,1880,13132"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="2903,1112,9219"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5582,2732,18050"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="6650,4728,16670"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="2789,1208,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="280,556,1280"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="541,728,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="886,724,3242"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="834,692,2346"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="421,500,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="512,576,3192"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="389,564,2989"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="284,468,1944"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="140,376,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="144,356,992"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="416,508,2976"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="30182,20736,141962"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="646,1716,646"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="1970,1748,11402"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="346780,346780,346780"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="4704,4704,4704"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="24765,18440,58193"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="801,3520,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="8471,8224,9835"
                    script="DOCUMENTATION.sh"/>
index 272f39156617b8e5fd7b089d71318caf4da10f30..57725e910edc6f9d86a1b3556638c1d499424a1f 100644 (file)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.3.0"
+  <config version="7.4.0"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Ubuntu 13.04 64bit"
-         targetdir="${HOME}/salome_7.3.0"
+         targetdir="${HOME}/salome_7.4.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="50462,13816,149426"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Ubuntu 13.04 64bit"
-                   version="7.3.0" 
+                   version="7.4.0" 
                    disable="false"
                    installdiskspace="21881,18564,99969"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="55126,33456,208482"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="228968,160420,475400"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="64682,40532,233834"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="400524,8724,1603452"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="14157,25752,48601"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="800,636,4796"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4949,1540,17617"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="4144,1880,13132"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="2903,1112,9219"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5582,2732,18050"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="6650,4728,16670"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="2789,1208,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="280,556,1280"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="541,728,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="886,724,3242"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="834,692,2346"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="421,500,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="512,576,3192"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="389,564,2989"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="284,468,1944"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="140,376,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="144,356,992"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="416,508,2976"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="30182,20736,141962"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="646,1716,646"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="1970,1748,11402"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="346780,346780,346780"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="4704,4704,4704"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="24765,18440,58193"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="801,3520,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Ubuntu 13.04 64bit"
-                    version="7.3.0" 
+                    version="7.4.0" 
                    disable="false"
                    installdiskspace="8471,8224,9835"
                    script="DOCUMENTATION.sh"/>
index 7fed17cc4eba61cd0328fcd552f920fdd411209f..9904eda0e2f06dd4a421510f6656fa0a44bdfd94 100755 (executable)
@@ -19,7 +19,7 @@ export CSHRC="salome.csh"
 #####################################################
 # !WARNING! This is current SALOME version number
 ####################################################
-export SALOME_VERSION="7.3.0"
+export SALOME_VERSION="7.4.0"
 export YACSGEN_VERSION=${SALOME_VERSION}
 
 # Name of the single directory for SALOME modules
index 575f73701eca6dcafa8ef64590fdc0600fe1d559..8083638c56e4fa7ff1a6fc99b6d219b548d29826 100755 (executable)
@@ -36,7 +36,7 @@ Wizard Help</font></font></h3>
 </table>
 </center>
 <div align="right"><b><font color="#000099">updated for the version </font><font
- color="#ff0000">7.3.0</font></b></div>
+ color="#ff0000">7.4.0</font></b></div>
 <hr>
 <ul>
   <li> <a href="#install_from_wizard">Installing products with the
index 591af2ea57a8e22741c6fcc8c4d19a7d2535e022..9d03b9f2c135bcd722a75c1bde6e329228efcc12 100644 (file)
@@ -557,7 +557,7 @@ SALOME_InstallWizard::SALOME_InstallWizard(const QString& aXmlFileName,
   addLogo( pixmap( pxLogo ) );
 
   // set defaults
-  setVersion( "7.3.0" );
+  setVersion( "7.4.0" );
   setCaption( tr( "SALOME %1" ).arg( myVersion ) );
   setCopyright( tr( "<h5>Copyright &copy; 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE<br></h5>"
                "<h5>Copyright &copy; 2003-2007 OPEN CASCADE,<br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,<br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS</h5>" ));