From 003ceec68c4d1c53693eada721be19316a8b7210 Mon Sep 17 00:00:00 2001
From: Andreas Naumann <andreas.naumann@tu-dresden.de>
Date: Mon, 9 Aug 2010 09:20:11 +0000
Subject: [PATCH] problems need umfpack and amd includes for compiling now?

---
 AMDiS/other/include/Makefile_AMDiS.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/AMDiS/other/include/Makefile_AMDiS.mk b/AMDiS/other/include/Makefile_AMDiS.mk
index 8770524e..83eb8943 100644
--- a/AMDiS/other/include/Makefile_AMDiS.mk
+++ b/AMDiS/other/include/Makefile_AMDiS.mk
@@ -44,6 +44,7 @@ LIBS += -lboost_iostreams -lboost_filesystem -lboost_system -lboost_date_time
 ifeq ($(strip $(USE_UMFPACK)), 1)
 	LIBS += $(UMFPACK_LIB)
 	CPPFLAGS += -DHAVE_UMFPACK -DMTL_HAS_UMFPACK
+	INCLUDES += -I$(AMDIS_DIR)/lib/UMFPACK/Include -I$(AMDIS_DIR)/lib/UFconfig -I$(AMDIS_DIR)/lib/AMD/Include
 endif
 
 ifeq ($(strip $(USE_MKL)), 1)
-- 
GitLab