From 8bea6bff4761e9ba2b6fb181cd291e7811c51cf9 Mon Sep 17 00:00:00 2001 From: inv Date: Mon, 20 May 2013 08:54:41 +0000 Subject: [PATCH] According to the decision of CoTech, remove VISU and PYCALCULATOR --- config_files/PYCALCULATOR.sh | 143 ----------------------------------- config_files/VISU.sh | 143 ----------------------------------- config_files/build.csh | 2 +- config_files/build.sh | 2 +- 4 files changed, 2 insertions(+), 288 deletions(-) delete mode 100755 config_files/PYCALCULATOR.sh delete mode 100755 config_files/VISU.sh 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 <