From: eap Date: Wed, 26 Jun 2013 13:38:39 +0000 (+0000) Subject: CoTech decision: move MEDWrapper from MED to SMESH X-Git-Tag: V7_3_0a1~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c79321349064e086a738cae2dcad084ac3d9386c;p=plugins%2Fhexoticplugin.git CoTech decision: move MEDWrapper from MED to SMESH Remove dependency on MED --- diff --git a/Makefile.am b/Makefile.am index d79e28c..ea0dc80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/build_configure b/build_configure index 88c46bd..ed33294 100755 --- a/build_configure +++ b/build_configure @@ -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