From c79321349064e086a738cae2dcad084ac3d9386c Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 26 Jun 2013 13:38:39 +0000 Subject: [PATCH] CoTech decision: move MEDWrapper from MED to SMESH Remove dependency on MED --- Makefile.am | 2 -- build_configure | 8 -------- 2 files changed, 10 deletions(-) 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 -- 2.39.2