From 52b93e1455c1e47dd105675ce35c7c7844dc1b95 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 1 Jun 2009 05:43:21 +0000 Subject: [PATCH] There was misspelling in the Makefile that used UMFPACK tests instead of the LAPACK ones, introduced in r16254. git-svn-id: https://svn.dealii.org/trunk@18897 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 0cfb7f4503..32c97c5102 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -19,7 +19,7 @@ nofail-dirs = base \ $(shell if test "$(USE_CONTRIB_TRILINOS)" = yes ; then echo trilinos ; fi) \ $(shell if test "$(USE_CONTRIB_UMFPACK)" = yes ; then echo umfpack ; fi) \ $(shell if grep -q 'define HAVE_LIBLAPACK' $D/base/include/base/config.h ;\ - then echo umfpack ; fi) + then echo lapack ; fi) # now define the targets that actually do something all: nofail do-fail -- 2.39.5