From 1ba888a134cf86b5e701865c75aed9e0cd6044f5 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 5 Aug 2011 03:05:18 +0000 Subject: [PATCH] Mark broken on sparc64: does not link. --- math/superlu_mt/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 306b04748c0e..14c97e8e9646 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -50,6 +50,11 @@ FPIC= -fPIC .else FPIC= -fpic .endif + +.if ${ARCH} == "sparc64" +BROKEN= Does not link on sparc64 +.endif + USE_LDCONFIG= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/SuperLU_MT_2.0