From: inv Date: Mon, 20 May 2013 08:54:41 +0000 (+0000) Subject: According to the decision of CoTech, remove VISU and PYCALCULATOR X-Git-Tag: V7_2_0_public~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8bea6bff4761e9ba2b6fb181cd291e7811c51cf9;p=tools%2Finstall.git According to the decision of CoTech, remove VISU and PYCALCULATOR --- diff --git a/config_files/PYCALCULATOR.sh b/config_files/PYCALCULATOR.sh deleted file mode 100755 index 1da436e..0000000 --- a/config_files/PYCALCULATOR.sh +++ /dev/null @@ -1,143 +0,0 @@ -#!/bin/bash -noprofile - -#################################################################################### -# File : PYCALCULATOR.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-2013 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 - if [ "$?" -eq "0" ]; then - ver=`cat ${PYCALCULATOR_ROOT_DIR}/bin/salome/VERSION | awk -F: '{print $2}' | tr -d '[:space:]' ` - if [ "$ver" = "${SALOME_VERSION}" ]; then - return 0 - fi - fi -elif [ -n "${PYCALCULATOR_SRC_DIR}" ]; then - check_salome_src_version PYCALCULATOR_SRC_DIR - if [ $? -eq 0 ] ; then return 0 ; fi - return 1 -fi -return 1 -} - -print_env_bin(){ -cat > ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh < ${INSTALL_WORK}/env_${PRODUCT_TYPE}_src.sh < ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh < ${INSTALL_WORK}/env_${PRODUCT_TYPE}_src.sh <