Salome HOME
Update pre-requisites for SALOME 7.4.0
authorvsr <vsr@opencascade.com>
Mon, 12 May 2014 15:04:10 +0000 (19:04 +0400)
committervsr <vsr@opencascade.com>
Mon, 12 May 2014 15:04:10 +0000 (19:04 +0400)
12 files changed:
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.10_64bit.xml
config_files/common.sh
config_files/patches/ParaView-4.1.0.patch
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 00f7efcde91b498f6bba9f0cb749f30bf5dd7a58..5a3dfa5c86b76afcdc235c2a2e6ce50b23fc9879 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 8b732676c47ddd728ff65fd49d84ea250fe369f8..6aea04eb146313d2fb2718704e8a10f5fb5303a3 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 316e82c439a712e2403bc356d0f116d08089d485..dccea7897bd6cf60542ff00f7c7c3a8ee362ded0 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 580f4572b7b2b4313d600802abd3d24a4ea9ab9f..f269a8c9ca597c710211199547f882d26c87985b 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 cf413627487c8f15d539c6c43b33a36dd6afa6c9..dddbaa99bfd2e9597f85644d58875c94c7efd93f 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 0da7344facde1870b4fbb163bf83959b1914489c..e515152942181fdb57ca62a5764268e4bc54f232 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 fbcaedef3921bfe35721647270f955cf2900172a..b534bb1578a6240774bd09e569d3c8d019d04917 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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.10 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 bd52a604dc642d75b3db730149946b1b7fe66d0c..87da8a525ea65921e3ea2d53579ff6b946599751 100644 (file)
@@ -367,3 +367,47 @@ diff -Naur --exclude=CVS ParaView-4.1.0_SRC-orig/Wrapping/Python/paraview/server
          self.__arrays = []
          for i in range(0, nElems, 2):
              if self.GetElement(i+1) != '0':
+diff -Naur ParaView-4.1.0_SRC-orig/ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.cxx ParaView-4.1.0_SRC-new/ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.cxx
+--- ParaView-4.1.0_SRC-orig/ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.cxx   2014-01-11 17:59:57.000000000 +0400
++++ ParaView-4.1.0_SRC-new/ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.cxx    2014-05-08 11:16:16.000000000 +0400
+@@ -42,6 +42,13 @@
+ #define vtkPVPluginLoaderErrorMacro(x)\
+   if (!no_errors) {vtkErrorMacro(<< x);} this->SetErrorString(x);
++
++#if defined(_WIN32) && !defined(__CYGWIN__)
++const char ENV_PATH_SEP=';';
++#else
++const char ENV_PATH_SEP=':';
++#endif
++
+ namespace
+ {
+   // This is an helper class used for plugins constructed from XMLs.
+@@ -195,7 +202,7 @@
+       appDir += "/plugins";
+       if(paths.size())
+         {
+-        paths += ";";
++        paths += ENV_PATH_SEP/*";"*/;
+         }
+       paths += appDir;
+       }
+@@ -227,10 +234,15 @@
+     << this->SearchPaths);
+   std::vector<std::string> paths;
+-  vtksys::SystemTools::Split(this->SearchPaths, paths, ';');
++  vtksys::SystemTools::Split(this->SearchPaths, paths, ENV_PATH_SEP/*';'*/);
+   for (size_t cc=0; cc < paths.size(); cc++)
+     {
+-    this->LoadPluginsFromPath(paths[cc].c_str());
++    std::vector<std::string> subpaths;
++    vtksys::SystemTools::Split(paths[cc].c_str(), subpaths, ';');
++    for (size_t scc=0; scc < subpaths.size(); scc++)
++      {
++      this->LoadPluginsFromPath(subpaths[scc].c_str());
++      }
+     }
+ #else
+   vtkPVPluginLoaderDebugMacro(
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>" ));