From: Martin Kronbichler Date: Mon, 1 Jun 2009 05:43:21 +0000 (+0000) Subject: There was misspelling in the Makefile that used UMFPACK tests instead of the LAPACK... X-Git-Tag: v8.0.0~7645 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b93e1455c1e47dd105675ce35c7c7844dc1b95;p=dealii.git 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 --- 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