diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-03 06:23:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-03 06:23:52 +0800 |
commit | ff4f37d0245f9d99c9afca18f1be2efc1dccfe62 (patch) | |
tree | a98e44517d111062f41e9e6ac4568beb6c72220a /math/superlu_mt | |
parent | ca35f2f8a90571f9f59e67e286137af6f88f7de0 (diff) | |
download | freebsd-ports-gnome-ff4f37d0245f9d99c9afca18f1be2efc1dccfe62.tar.gz freebsd-ports-gnome-ff4f37d0245f9d99c9afca18f1be2efc1dccfe62.tar.zst freebsd-ports-gnome-ff4f37d0245f9d99c9afca18f1be2efc1dccfe62.zip |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math/superlu_mt')
-rw-r--r-- | math/superlu_mt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index b363f2fb10e7..77e545b484d5 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -15,6 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Routines for performing multithreaded sparse factorization +BROKEN_aarch64= fails to build: undefined reference to sbrk + USES= fortran gmake OPTIONS_DEFINE= DOCS |