#!/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'`
#!/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'`
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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/'`
#!/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
#!/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
#!/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
#!/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
#!/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
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 [ <option> ] ... [ <module> [ <module> ... ] ]"
echo ""
echo "<module> Modules to build, separated by space(s)."
-echo " If no modules are given - all SALOME2 modules are assumed."
+echo " If no modules are given - all SALOME modules are assumed."
echo " Note, that modules given in command lines are automatically sorted in such order"
echo " to support correct modules dependencies."
echo ""
-#! /bin/sh
+#!/bin/sh
+
+####################################################################################
+# File : checkSize.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 checks available disk space. Returns 1 if there is no available space on the disc.
+# This script is the part of the SALOME installation procedure.
#
-# Usage: checkSize <directory> <required-size>
+# The script checks available disk space. Returns 1 if there is no available
+# space on the disc.
#
-# The script is the part of the SALOME PRO installation procedure.
+# Usage: checkSize <directory> <required-size>
#
-# Copyright : 2003 CEA/DEN, EDF R&D
####################################################################################
var=`df -k "$1" | awk '{print $4}'`
#!/bin/sh
-#
-# This script installs a subset of products necessary for SALOME application
-#
-# Usage: install <target-directory> [all]
-# install <target-directory> <product> ... <product>
-#
-# Type 'install --help' to get more information
-#
-# Important note:
-# <target-directory> must be an absolute path
+
+####################################################################################
+# File : common.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 PRO installation procedure.
+# This script is the part of the SALOME installation procedure.
#
-# Copyright : 2003 CEA/DEN, EDF R&D
####################################################################################
export DELIM="------"
#!/bin/sh
+####################################################################################
+# File : docutils-0.3.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(){
# It is not necessary to check version!
return 0
#!/bin/sh
+####################################################################################
+# File : doxygen-1.4.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()
{
check_lib_version doxygen $PATH
#!/bin/sh
+####################################################################################
+# File : gcc-3.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(){
# version number is calculated as: <major>*10000+<minor>*100+<release>
# e.g. for gcc 3.2 it is equal to 30200, for gcc 3.3.2 - 30202
#!/bin/sh
+####################################################################################
+# File : gcc-3.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(){
# version number is calculated as: <major>*10000+<minor>*100+<release>
# e.g. for gcc 3.2 it is equal to 30200, for gcc 3.4.1 - 30401, for gcc 3.3.5 - 30305
#!/bin/sh
+####################################################################################
+# File : gcc-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(){
# version number is calculated as: <major>*10000+<minor>*100+<release>
# e.g. for gcc 3.2 it is equal to 30200, for gcc 3.4.1 - 30401
#!/bin/sh
+####################################################################################
+# File : gcc-4.0.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(){
# version number is calculated as: <major>*10000+<minor>*100+<release>
# e.g. for gcc 3.2 it is equal to 30200, for gcc 3.4.1 - 30401, for gcc 4.0.1 - 40001
#!/bin/sh
+####################################################################################
+# File : graphviz-1.9.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()
{
isdot=`which dot 2>/dev/null`
#!/bin/sh
+####################################################################################
+# File : graphviz-2.2.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()
{
isdot=`which dot 2>/dev/null`
#!/bin/sh
+####################################################################################
+# File : hdf5-1.6.3.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 "$HDF5HOME" ]; then
#!/bin/sh
+####################################################################################
+# File : hdf5-1.6.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 "$HDF5HOME" ]; then
#!/bin/sh
+####################################################################################
+# File : med-2.2.3.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 "$MED2HOME" ]; then
#!/bin/sh
+####################################################################################
+# File : msg2qm.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()
{
# unfortunately there is no way to check the version of msg2qm tool
#!/bin/sh
+####################################################################################
+# File : netgen-4.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()
{
# check existance of netgen
#!/bin/sh
+####################################################################################
+# File : omniORB-4.0.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 "${OMNIORBDIR}" ]; then
#!/bin/sh
+####################################################################################
+# File : omniORB-4.0.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 "${OMNIORBDIR}" ]; then
#!/bin/sh
+####################################################################################
+# File : omniORB-4.0.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()
{
if [ -z "${OMNIORBDIR}" ]; then
#!/bin/sh
+####################################################################################
+# File : qt-3.3.3.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 "$QTDIR" ]; then
return 1
#!/bin/sh
+####################################################################################
+# File : qt-3.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 "$QTDIR" ]; then
return 1
#!/bin/sh
+####################################################################################
+# File : qwt-0.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 [ -n "${QWTHOME}" ]; then
#!/bin/sh
+####################################################################################
+# File : qwt-4.2.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 "${QWTHOME}" ] ; then
-#!/bin/sh
+#!/bin/sh
####################################################################################
-#
-# The script is the part of the SALOME installation procedure.
-# This script is used to show SALOME Release Notes.
+# File : release_notes.sh
+# Created : Tue Oct 30 11:11:23 2006
+# 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.
#
-# Copyright : 2006 CEA/DEN, EDF R&D
####################################################################################
# This procedure checks if the Release Notes file can be shown.
#!/bin/sh
+####################################################################################
+# File : remove_tmp.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.
+#
+####################################################################################
+
install_work=$1; product_sequence=$2
source ./common.sh
for i in $product_sequence ; do
#!/bin/sh
+####################################################################################
+# File : sip-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 [ -n "${SIPDIR}" ]; then
#!/bin/sh
+####################################################################################
+# File : sip-4.2.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 "${SIPDIR}" ]; then
-#!/bin/sh
+#!/bin/sh
####################################################################################
-#
-# The script is the part of the SALOME installation procedure.
-# This script is used to launch SALOME desktop.
+# File : start_salome.sh
+# Created : Tue Oct 30 11:15:35 2006
+# 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.
#
-# Copyright : 2006 CEA/DEN, EDF R&D
####################################################################################
# This procedure checks if the SALOME desktop can be run.
#!/bin/sh
+####################################################################################
+# File : tcltk-8.3.3.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.
+#
+####################################################################################
+
VERSION="8.3"
check_version()
#!/bin/sh
+####################################################################################
+# File : tcltk-8.4.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.
+#
+####################################################################################
+
VERSION="8.4"
check_version()
#!/bin/sh
+####################################################################################
+# File : tcltk-8.4.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.
+#
+####################################################################################
+
VERSION="8.4"
check_version()