From: vsr Date: Tue, 31 Oct 2006 10:04:59 +0000 (+0000) Subject: Update copyright notes X-Git-Tag: V_3_2_3~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba3788bdb913fa91e294acf12ef7e34fa9775630;p=tools%2Finstall.git Update copyright notes --- diff --git a/config_files/BOOST-1.31.0.sh b/config_files/BOOST-1.31.0.sh index 2092192..bad1cc9 100755 --- a/config_files/BOOST-1.31.0.sh +++ b/config_files/BOOST-1.31.0.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : BOOST-1.31.0.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${BOOSTDIR}" ] && [ -f ${BOOSTDIR}/include/boost/version.hpp ] ; then ver=`egrep 'BOOST_VERSION [0-9]+' ${BOOSTDIR}/include/boost/version.hpp | sed 's/.*BOOST_VERSION \([0-9]\+\)/\1/g'` diff --git a/config_files/BOOST-1.32.0.sh b/config_files/BOOST-1.32.0.sh index a135140..c76586e 100755 --- a/config_files/BOOST-1.32.0.sh +++ b/config_files/BOOST-1.32.0.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : BOOST-1.32.0.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${BOOSTDIR}" ] && [ -f ${BOOSTDIR}/include/boost/version.hpp ] ; then ver=`egrep 'BOOST_VERSION [0-9]+' ${BOOSTDIR}/include/boost/version.hpp | sed 's/.*BOOST_VERSION \([0-9]\+\)/\1/g'` diff --git a/config_files/CALCULATOR_BIN.sh b/config_files/CALCULATOR_BIN.sh index 6a3ab7f..a099f15 100755 --- a/config_files/CALCULATOR_BIN.sh +++ b/config_files/CALCULATOR_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : CALCULATOR_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${CALCULATOR_ROOT_DIR}" ]; then check_lib_version VERSION ${CALCULATOR_ROOT_DIR}/bin/salome diff --git a/config_files/CALCULATOR_SRC.sh b/config_files/CALCULATOR_SRC.sh index 0f5079c..0cf1e66 100755 --- a/config_files/CALCULATOR_SRC.sh +++ b/config_files/CALCULATOR_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : CALCULATOR_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${CALCULATOR_SRC_DIR}" ]; then check_lib_version VERSION ${CALCULATOR_SRC_DIR}/bin diff --git a/config_files/CAS-6.1.2a.sh b/config_files/CAS-6.1.2a.sh index 7159208..831310d 100755 --- a/config_files/CAS-6.1.2a.sh +++ b/config_files/CAS-6.1.2a.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : CAS-6.1.2a.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version() { if [ -z "$CASROOT" ]; then diff --git a/config_files/COMPONENT_BIN.sh b/config_files/COMPONENT_BIN.sh index 7c44a6f..13af4d0 100755 --- a/config_files/COMPONENT_BIN.sh +++ b/config_files/COMPONENT_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : COMPONENT_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${COMPONENT_ROOT_DIR}" ]; then check_lib_version VERSION ${COMPONENT_ROOT_DIR}/bin/salome diff --git a/config_files/COMPONENT_SRC.sh b/config_files/COMPONENT_SRC.sh index 847000f..a18a652 100755 --- a/config_files/COMPONENT_SRC.sh +++ b/config_files/COMPONENT_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : COMPONENT_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${COMPONENT_SRC_DIR}" ]; then check_lib_version VERSION ${COMPONENT_SRC_DIR}/bin diff --git a/config_files/GEOM_BIN.sh b/config_files/GEOM_BIN.sh index 32349d3..ba57993 100755 --- a/config_files/GEOM_BIN.sh +++ b/config_files/GEOM_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : GEOM_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${GEOM_ROOT_DIR}" ]; then check_lib_version VERSION ${GEOM_ROOT_DIR}/bin/salome diff --git a/config_files/GEOM_SRC.sh b/config_files/GEOM_SRC.sh index 7dfda5a..6837a68 100755 --- a/config_files/GEOM_SRC.sh +++ b/config_files/GEOM_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : GEOM_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# The script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${GEOM_SRC_DIR}" ]; then check_lib_version VERSION ${GEOM_SRC_DIR}/bin diff --git a/config_files/GHS3DPLUGIN_BIN.sh b/config_files/GHS3DPLUGIN_BIN.sh index 5e5a065..5a85631 100755 --- a/config_files/GHS3DPLUGIN_BIN.sh +++ b/config_files/GHS3DPLUGIN_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : GHS3DPLUGIN_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${GHS3DPLUGIN_ROOT_DIR}" ]; then check_lib_version VERSION ${GHS3DPLUGIN_ROOT_DIR}/bin/salome diff --git a/config_files/GHS3DPLUGIN_SRC.sh b/config_files/GHS3DPLUGIN_SRC.sh index 9d646ee..761b722 100755 --- a/config_files/GHS3DPLUGIN_SRC.sh +++ b/config_files/GHS3DPLUGIN_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : GHS3DPLUGIN_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${GHS3DPLUGIN_SRC_DIR}" ]; then check_lib_version VERSION ${GHS3DPLUGIN_SRC_DIR}/bin diff --git a/config_files/GUI_BIN.sh b/config_files/GUI_BIN.sh index 90b8b94..db20c64 100755 --- a/config_files/GUI_BIN.sh +++ b/config_files/GUI_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : GUI_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${GUI_ROOT_DIR}" ]; then check_lib_version VERSION ${GUI_ROOT_DIR}/bin/salome diff --git a/config_files/GUI_SRC.sh b/config_files/GUI_SRC.sh index cb2b41c..0cedd88 100755 --- a/config_files/GUI_SRC.sh +++ b/config_files/GUI_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : GUI_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${GUI_SRC_DIR}" ]; then check_lib_version VERSION ${GUI_SRC_DIR}/bin diff --git a/config_files/HELLO_BIN.sh b/config_files/HELLO_BIN.sh index e41ad9d..4f15e51 100755 --- a/config_files/HELLO_BIN.sh +++ b/config_files/HELLO_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : HELLO_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${HELLO_ROOT_DIR}" ]; then if [ -f ${HELLO_ROOT_DIR}/bin/salome/VERSION ]; then diff --git a/config_files/HELLO_SRC.sh b/config_files/HELLO_SRC.sh index 3ba6e14..f1bd153 100755 --- a/config_files/HELLO_SRC.sh +++ b/config_files/HELLO_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : HELLO_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${HELLO_SRC_DIR}" ]; then if [ -f ${HELLO_SRC_DIR}/bin/VERSION ]; then diff --git a/config_files/HXX2SALOME.sh b/config_files/HXX2SALOME.sh index c0ba729..a4d306e 100755 --- a/config_files/HXX2SALOME.sh +++ b/config_files/HXX2SALOME.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : HXX2SALOME.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ # No way to check version! return 0 diff --git a/config_files/HXX2SALOMEDOC.sh b/config_files/HXX2SALOMEDOC.sh index 67eca13..3fa37e3 100755 --- a/config_files/HXX2SALOMEDOC.sh +++ b/config_files/HXX2SALOMEDOC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : HXX2SALOMEDOC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ # No way to check version! return 0 diff --git a/config_files/KERNEL_BIN.sh b/config_files/KERNEL_BIN.sh index 10c4006..3f3cfbe 100755 --- a/config_files/KERNEL_BIN.sh +++ b/config_files/KERNEL_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : KERNEL_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${KERNEL_ROOT_DIR}" ]; then check_lib_version VERSION ${KERNEL_ROOT_DIR}/bin/salome diff --git a/config_files/KERNEL_SRC.sh b/config_files/KERNEL_SRC.sh index 7911e2d..b1e234e 100755 --- a/config_files/KERNEL_SRC.sh +++ b/config_files/KERNEL_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : KERNEL_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${KERNEL_SRC_DIR}" ]; then check_lib_version VERSION ${KERNEL_SRC_DIR}/bin diff --git a/config_files/LIGHT_BIN.sh b/config_files/LIGHT_BIN.sh index 6e22de1..3e681f5 100755 --- a/config_files/LIGHT_BIN.sh +++ b/config_files/LIGHT_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : LIGHT_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${LIGHT_ROOT_DIR}" ]; then if [ -f ${LIGHT_ROOT_DIR}/bin/salome/VERSION ]; then diff --git a/config_files/LIGHT_SRC.sh b/config_files/LIGHT_SRC.sh index 0fb720f..7b28a0f 100755 --- a/config_files/LIGHT_SRC.sh +++ b/config_files/LIGHT_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : LIGHT_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${LIGHT_SRC_DIR}" ]; then if [ -f ${LIGHT_SRC_DIR}/bin/VERSION ]; then diff --git a/config_files/MED_BIN.sh b/config_files/MED_BIN.sh index 107db31..27f3434 100755 --- a/config_files/MED_BIN.sh +++ b/config_files/MED_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : MED_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${MED_ROOT_DIR}" ]; then check_lib_version VERSION ${MED_ROOT_DIR}/bin/salome diff --git a/config_files/MED_SRC.sh b/config_files/MED_SRC.sh index 6fd4929..64d8bd4 100755 --- a/config_files/MED_SRC.sh +++ b/config_files/MED_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : MED_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${MED_SRC_DIR}" ]; then check_lib_version VERSION ${MED_SRC_DIR}/bin diff --git a/config_files/NETGENPLUGIN_BIN.sh b/config_files/NETGENPLUGIN_BIN.sh index d3045c6..aa08663 100755 --- a/config_files/NETGENPLUGIN_BIN.sh +++ b/config_files/NETGENPLUGIN_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : NETGENPLUGIN_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${NETGENPLUGIN_ROOT_DIR}" ]; then check_lib_version VERSION ${NETGENPLUGIN_ROOT_DIR}/bin/salome diff --git a/config_files/NETGENPLUGIN_SRC.sh b/config_files/NETGENPLUGIN_SRC.sh index 08e536f..7383790 100755 --- a/config_files/NETGENPLUGIN_SRC.sh +++ b/config_files/NETGENPLUGIN_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : NETGENPLUGIN_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${NETGENPLUGIN_SRC_DIR}" ]; then check_lib_version VERSION ${NETGENPLUGIN_SRC_DIR}/bin diff --git a/config_files/Numeric-22.0.sh b/config_files/Numeric-22.0.sh index 3921a1c..f2f1bb2 100755 --- a/config_files/Numeric-22.0.sh +++ b/config_files/Numeric-22.0.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : Numeric-22.0.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ ver=`python -c 'import Numeric; print Numeric.__version__' 2>/dev/null` if [ "$ver" == "22.0" ]; then diff --git a/config_files/Numeric-23.7.sh b/config_files/Numeric-23.7.sh index 96a3df8..1b03b35 100755 --- a/config_files/Numeric-23.7.sh +++ b/config_files/Numeric-23.7.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : Numeric-23.7.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ ver=`python -c 'import Numeric; print Numeric.__version__' 2>/dev/null` if [ "$ver" == "23.7" ]; then diff --git a/config_files/PYCALCULATOR_BIN.sh b/config_files/PYCALCULATOR_BIN.sh index 52cd3a7..fec4065 100755 --- a/config_files/PYCALCULATOR_BIN.sh +++ b/config_files/PYCALCULATOR_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : PYCALCULATOR_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${PYCALCULATOR_ROOT_DIR}" ]; then check_lib_version VERSION ${PYCALCULATOR_ROOT_DIR}/bin/salome diff --git a/config_files/PYCALCULATOR_SRC.sh b/config_files/PYCALCULATOR_SRC.sh index 9b57ded..5651a84 100755 --- a/config_files/PYCALCULATOR_SRC.sh +++ b/config_files/PYCALCULATOR_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : PYCALCULATOR_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${PYCALCULATOR_SRC_DIR}" ]; then check_lib_version VERSION ${PYCALCULATOR_SRC_DIR}/bin diff --git a/config_files/PYHELLO_BIN.sh b/config_files/PYHELLO_BIN.sh index b23f09f..9ad81c1 100755 --- a/config_files/PYHELLO_BIN.sh +++ b/config_files/PYHELLO_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : PYHELLO_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${PYHELLO_ROOT_DIR}" ]; then if [ -f ${PYHELLO_ROOT_DIR}/bin/salome/VERSION ]; then diff --git a/config_files/PYHELLO_SRC.sh b/config_files/PYHELLO_SRC.sh index 4b1b780..31d744d 100755 --- a/config_files/PYHELLO_SRC.sh +++ b/config_files/PYHELLO_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : PYHELLO_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${PYHELLO_SRC_DIR}" ]; then if [ -f ${PYHELLO_SRC_DIR}/bin/VERSION ]; then diff --git a/config_files/PyQt-3.13.sh b/config_files/PyQt-3.13.sh index efa950c..da4f39f 100755 --- a/config_files/PyQt-3.13.sh +++ b/config_files/PyQt-3.13.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : PyQt-3.13.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version() { if [ -n "${PYQTDIR}" ] && [ -f ${PYQTDIR}/pyqtconfig.py ] ; then diff --git a/config_files/PyQt-3.14.1.sh b/config_files/PyQt-3.14.1.sh index 0aa98bc..735d3a9 100755 --- a/config_files/PyQt-3.14.1.sh +++ b/config_files/PyQt-3.14.1.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : PyQt-3.14.1.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version() { if [ -n "${PYQTDIR}" ] && [ -f ${PYQTDIR}/pyqtconfig.py ] ; then diff --git a/config_files/Python-2.3.4.sh b/config_files/Python-2.3.4.sh index 66d50eb..731852a 100755 --- a/config_files/Python-2.3.4.sh +++ b/config_files/Python-2.3.4.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : Python-2.3.4.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version() { if [ -z "$PYTHONHOME" ]; then diff --git a/config_files/Python-2.3.5.sh b/config_files/Python-2.3.5.sh index 48392f5..ae4cf4a 100755 --- a/config_files/Python-2.3.5.sh +++ b/config_files/Python-2.3.5.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : Python-2.3.5.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version() { if [ -z "$PYTHONHOME" ]; then diff --git a/config_files/Python-2.4.1.sh b/config_files/Python-2.4.1.sh index c35f542..2586349 100755 --- a/config_files/Python-2.4.1.sh +++ b/config_files/Python-2.4.1.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : Python-2.4.1.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version() { if [ -z "$PYTHONHOME" ]; then diff --git a/config_files/SAMPLES.sh b/config_files/SAMPLES.sh index b5b7709..b12a5b0 100755 --- a/config_files/SAMPLES.sh +++ b/config_files/SAMPLES.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : SAMPLES.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ # There is no possibility to check version number return 0 diff --git a/config_files/SMESH_BIN.sh b/config_files/SMESH_BIN.sh index bc52315..a86b51e 100755 --- a/config_files/SMESH_BIN.sh +++ b/config_files/SMESH_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : SMESH_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${SMESH_ROOT_DIR}" ]; then check_lib_version VERSION ${SMESH_ROOT_DIR}/bin/salome diff --git a/config_files/SMESH_SRC.sh b/config_files/SMESH_SRC.sh index 9b056b7..0ff405c 100755 --- a/config_files/SMESH_SRC.sh +++ b/config_files/SMESH_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : SMESH_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${SMESH_SRC_DIR}" ]; then check_lib_version VERSION ${SMESH_SRC_DIR}/bin diff --git a/config_files/SUPERV_BIN.sh b/config_files/SUPERV_BIN.sh index 50f9f24..adcb845 100755 --- a/config_files/SUPERV_BIN.sh +++ b/config_files/SUPERV_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : SUPERV_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${SUPERV_ROOT_DIR=}" ]; then check_lib_version VERSION ${SUPERV_ROOT_DIR}/bin/salome diff --git a/config_files/SUPERV_SRC.sh b/config_files/SUPERV_SRC.sh index 8a587d9..b0f63ef 100755 --- a/config_files/SUPERV_SRC.sh +++ b/config_files/SUPERV_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : SUPERV_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${SUPERV_SRC_DIR}" ]; then check_lib_version VERSION ${SUPERV_SRC_DIR}/bin diff --git a/config_files/SWIG-1.3.24.sh b/config_files/SWIG-1.3.24.sh index 9ae3ab9..d6e2018 100755 --- a/config_files/SWIG-1.3.24.sh +++ b/config_files/SWIG-1.3.24.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : SWIG-1.3.24.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "`which swig 2>/dev/null`" ]; then ver=`swig -version 2>&1 | grep -i version | awk '{ print $3 }' | sed -e 's/^\([0-9.]*\)\(.*\)/\1/'` diff --git a/config_files/VISU_BIN.sh b/config_files/VISU_BIN.sh index 40691cf..79a9927 100755 --- a/config_files/VISU_BIN.sh +++ b/config_files/VISU_BIN.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : VISU_BIN.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${VISU_ROOT_DIR}" ]; then check_lib_version VERSION ${VISU_ROOT_DIR}/bin/salome diff --git a/config_files/VISU_SRC.sh b/config_files/VISU_SRC.sh index 67da97b..10d42b4 100755 --- a/config_files/VISU_SRC.sh +++ b/config_files/VISU_SRC.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : VISU_SRC.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version(){ if [ -n "${VISU_SRC_DIR}" ]; then check_lib_version VERSION ${VISU_SRC_DIR}/bin diff --git a/config_files/VTK-4.2.2.sh b/config_files/VTK-4.2.2.sh index 1c1404d..74b262a 100755 --- a/config_files/VTK-4.2.2.sh +++ b/config_files/VTK-4.2.2.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : VTK-4.2.2.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version() { if [ -z "$VTKHOME" ]; then diff --git a/config_files/VTK-4.2.6.sh b/config_files/VTK-4.2.6.sh index 8cf63d2..04eea13 100755 --- a/config_files/VTK-4.2.6.sh +++ b/config_files/VTK-4.2.6.sh @@ -1,5 +1,17 @@ #!/bin/sh +#################################################################################### +# File : VTK-4.2.6.sh +# Created : Thu Dec 18 12:01:00 2002 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +#################################################################################### + check_version() { if [ -z "$VTKHOME" ]; then diff --git a/config_files/build.csh b/config_files/build.csh index e91253d..b6d62a9 100755 --- a/config_files/build.csh +++ b/config_files/build.csh @@ -1,10 +1,19 @@ #!/bin/csh -f -################################################################################################## -# Name : build.csh -# Description: Build and install SALOME modules from sources -# Author : Vadim SANDLER (VSR), Open CASCADE S.A. -# Created : 27.01.2005 -################################################################################################## + +#################################################################################### +# File : build.csh +# Created : Thu Jan 27 09:50:55 2005 +# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) +# Project : SALOME +# Module : Installation Wizard +# Copyright : 2002-2006 CEA +# +# This script is the part of the SALOME installation procedure. +# +# This script can be used to build and install SALOME modules from sources. +# Try build.csh -h for more details about usage. +# +#################################################################################### set is_build_configure=0 set is_configure=0 @@ -64,13 +73,13 @@ if ( $is_help == 1 ) then echo "" echo "" echo "Description:" -echo " Builds given SALOME2 modules by performing make and (optionally) make install commands" +echo " Builds given SALOME modules by performing make and (optionally) make install commands" echo "" echo "Usage:" echo " build.csh [