]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
Removed dependency on VISU module
authorRenaud Barate <renaud.barate@edf.fr>
Mon, 8 Nov 2010 13:01:58 +0000 (13:01 +0000)
committerRenaud Barate <renaud.barate@edf.fr>
Mon, 8 Nov 2010 13:01:58 +0000 (13:01 +0000)
adm_local/unix/config_files/check_visu.m4 [deleted file]
configure.in
configure.in.base

diff --git a/adm_local/unix/config_files/check_visu.m4 b/adm_local/unix/config_files/check_visu.m4
deleted file mode 100644 (file)
index 9aa8803..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Check availability of Salome's VISU binary distribution
-#
-# Author : Jerome Roy (CEA, 2003)
-#
-
-AC_DEFUN([CHECK_VISU],[
-
-AC_CHECKING(for Visu)
-
-Visu_ok=no
-
-AC_ARG_WITH(visu,
-           [  --with-visu=DIR               root directory path of VISU build or installation],
-           VISU_DIR="$withval",VISU_DIR="")
-
-if test "x$VISU_DIR" = "x" ; then
-
-# no --with-visu-dir option used
-
-   if test "x$VISU_ROOT_DIR" != "x" ; then
-
-    # VISU_ROOT_DIR environment variable defined
-      VISU_DIR=$VISU_ROOT_DIR
-
-   else
-
-    # search Visu binaries in PATH variable
-      AC_PATH_PROG(TEMP, runSalome)
-      if test "x$TEMP" != "x" ; then
-         VISU_BIN_DIR=`dirname $TEMP`
-         VISU_DIR=`dirname $VISU_BIN_DIR`
-      fi
-      
-   fi
-# 
-fi
-
-if test -f ${VISU_DIR}/bin/salome/visu.py ; then
-   Visu_ok=yes
-   AC_MSG_RESULT(Using Visu module distribution in ${VISU_DIR})
-
-   if test "x$VISU_ROOT_DIR" = "x" ; then
-      VISU_ROOT_DIR=${VISU_DIR}
-   fi
-   if test "x$VISU_SITE_DIR" = "x" ; then
-      VISU_SITE_DIR=${VISU_ROOT_DIR}
-   fi
-   AC_SUBST(VISU_ROOT_DIR)
-   AC_SUBST(VISU_SITE_DIR)
-
-else
-   AC_MSG_WARN("Cannot find compiled Visu module distribution")
-fi
-
-AC_MSG_RESULT(for Visu: $Visu_ok)
-])dnl
index 4bf96deeba32dcbace259c441a9f88f6449897a1..6ff06f362a725ddab88f8656e8ab59a5f18ad7e2 100644 (file)
@@ -146,13 +146,6 @@ echo
 
 CHECK_SALOME_GUI
 
-echo
-echo ---------------------------------------------
-echo Testing Visu
-echo ---------------------------------------------
-echo
-
-CHECK_VISU
 echo
 echo ---------------------------------------------
 echo Summary
@@ -172,20 +165,6 @@ echo
 echo "Default ORB   : $DEFAULT_ORB"
 echo
 
-echo
-echo ---------------------------------------------
-echo RunTime Dependencies
-echo ---------------------------------------------
-echo
-variables="Visu_ok"
-
-for var in $variables
-do
-   printf "   %10s : " `echo \$var | sed -e "s,_ok,,"`
-   eval echo \$$var
-done
-
-
 
 dnl generals files which could be included in every makefile
 
index fd489c873abaabf473ee67a80ecc984bd2f8a9db..46f5ed04d580916b3c65ab361e803805b5ac39b2 100644 (file)
@@ -146,13 +146,6 @@ echo
 
 CHECK_SALOME_GUI
 
-echo
-echo ---------------------------------------------
-echo Testing Visu
-echo ---------------------------------------------
-echo
-
-CHECK_VISU
 echo
 echo ---------------------------------------------
 echo Summary
@@ -172,20 +165,6 @@ echo
 echo "Default ORB   : $DEFAULT_ORB"
 echo
 
-echo
-echo ---------------------------------------------
-echo RunTime Dependencies
-echo ---------------------------------------------
-echo
-variables="Visu_ok"
-
-for var in $variables
-do
-   printf "   %10s : " `echo \$var | sed -e "s,_ok,,"`
-   eval echo \$$var
-done
-
-
 
 dnl generals files which could be included in every makefile