From 90a6715605ad137c9c6472cc9d44f0e586dbde49 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 23 Aug 2007 12:33:32 +0000 Subject: [PATCH] Link with METIS whenever necessary. git-svn-id: https://svn.dealii.org/trunk@15023 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/lac/Makefile b/deal.II/lac/Makefile index 540bd2b045..c548e3bf82 100644 --- a/deal.II/lac/Makefile +++ b/deal.II/lac/Makefile @@ -66,6 +66,12 @@ ifneq ($(GXX-VERSION),compaq_cxx) deplibs.o += $(lib-contrib-petsc.o) endif + # and METIS + ifeq ($(USE_CONTRIB_METIS),yes) + deplibs.g += $(lib-contrib-metis) + deplibs.o += $(lib-contrib-metis) + endif + # for cygwin and darwin, also llapack and such are necessary # we better link all libraries mentioned in $(LIBS) ifneq ($(findstring cygwin,$(TARGET))$(findstring darwin,$(TARGET)),) -- 2.39.5