From 23a68915ac16139023cd347cce553f62b23e80e0 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 16 Jul 2011 05:37:11 +0000 Subject: Mark as broken on sparc64: does not link. --- math/lapack95/Makefile | 1 + math/suitesparse/Makefile | 1 + math/taucs/Makefile | 1 + 3 files changed, 3 insertions(+) (limited to 'math') diff --git a/math/lapack95/Makefile b/math/lapack95/Makefile index 4da74ae9664f..e805a87c8e7a 100644 --- a/math/lapack95/Makefile +++ b/math/lapack95/Makefile @@ -20,6 +20,7 @@ COMMENT= LAPACK95, Fortran90/95 wrapper for LAPACK .include .if ${ARCH} == "sparc64" PICFLAG?= -fPIC +BROKEN= Does not link on sparc64 .else PICFLAG?= -fpic .endif diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index b1840158c4fd..3ea2424fabea 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -53,6 +53,7 @@ LAPACK= -pthread -lalapack_r .if ${ARCH} == "sparc64" || ${ARCH} == "amd64" FPIC= -fPIC +BROKEN= Does not link on sparc64 .else FPIC= -fpic .endif diff --git a/math/taucs/Makefile b/math/taucs/Makefile index 0a19de51fef6..3b341977222e 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -42,6 +42,7 @@ ALL_TARGET= .if ${ARCH} == "sparc64" PICFLAG?= -fPIC +BROKEN= Does not link on sparc64 .else PICFLAG?= -fpic .endif -- cgit v1.2.3