aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-07-16 13:33:57 +0800
committerlinimon <linimon@FreeBSD.org>2011-07-16 13:33:57 +0800
commitac8189166ae3c56e7e146579482c7f1ef39a5f1e (patch)
tree69ef69d8dc2e007e0374bff7b0c6cfa1db0ce834 /math
parent9f6356ce355b48ec2051666d9c4ecb6a8b334a6d (diff)
downloadfreebsd-ports-gnome-ac8189166ae3c56e7e146579482c7f1ef39a5f1e.tar.gz
freebsd-ports-gnome-ac8189166ae3c56e7e146579482c7f1ef39a5f1e.tar.zst
freebsd-ports-gnome-ac8189166ae3c56e7e146579482c7f1ef39a5f1e.zip
Mark as broken on sparc64: fails to install.
Diffstat (limited to 'math')
-rw-r--r--math/arpack/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index 1a92c418835e..1f1983a6d2c8 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -47,6 +47,10 @@ PICFLAG?= -fPIC
PICFLAG?= -fpic
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64
+.endif
+
USE_FORTRAN= yes
WRKSRC= ${WRKDIR}/ARPACK