Skip to content
Snippets Groups Projects
Commit 003ceec6 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

problems need umfpack and amd includes for compiling now?

parent b376142c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment