Salome HOME
CoTech decision: move MEDWrapper from MED to SMESH
authoreap <eap@opencascade.com>
Wed, 26 Jun 2013 13:38:39 +0000 (13:38 +0000)
committereap <eap@opencascade.com>
Wed, 26 Jun 2013 13:38:39 +0000 (13:38 +0000)
Remove dependency on MED

Makefile.am
build_configure

index d79e28c198ef58ecfa979aeaca7c26db2e3a098b..ea0dc80704e081fb7371505ff0d0d5be6f4c946b 100644 (file)
@@ -28,14 +28,12 @@ if HEXOTICPLUGIN_ENABLE_GUI
   ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
                     -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
                     -I ${GUI_ROOT_DIR}/adm_local/unix/config_files \
-                    -I ${MED_ROOT_DIR}/adm_local/unix/config_files \
                     -I ${GEOM_ROOT_DIR}/adm_local/unix/config_files \
                     -I ${SMESH_ROOT_DIR}/adm_local/unix/config_files
 #                    -I ${BLSURFPLUGIN_ROOT_DIR}/adm_local/unix/config_files
 else !HEXOTICPLUGIN_ENABLE_GUI
   ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
                     -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
-                    -I ${MED_ROOT_DIR}/adm_local/unix/config_files \
                     -I ${GEOM_ROOT_DIR}/adm_local/unix/config_files \
                     -I ${SMESH_ROOT_DIR}/adm_local/unix/config_files
 #                    -I ${BLSURFPLUGIN_ROOT_DIR}/adm_local/unix/config_files
index 88c46bd46a8887ce490aaaf4941b8168dbece6b6..ed33294f89860b91d795626aeafa1dcad021f412 100755 (executable)
@@ -41,14 +41,6 @@ fi
 #    exit
 #fi
 
-########################################################################
-# Test if the MED_ROOT_DIR is set correctly
-
-if test ! -d "${MED_ROOT_DIR}"; then
-    echo "failed : MED_ROOT_DIR variable is not correct !"
-    exit
-fi
-
 ########################################################################
 # Test if the GEOM_ROOT_DIR is set correctly