diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-05 14:22:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-05 14:22:51 +0800 |
commit | 72eb7d829d70d93995eff5471276702b6f05a114 (patch) | |
tree | 84552c136157c47cfd926e42524fc41f3f83478a /math | |
parent | 5d11a9e6d9042be56390056cba5a22f1ef0ef275 (diff) | |
download | freebsd-ports-gnome-72eb7d829d70d93995eff5471276702b6f05a114.tar.gz freebsd-ports-gnome-72eb7d829d70d93995eff5471276702b6f05a114.tar.zst freebsd-ports-gnome-72eb7d829d70d93995eff5471276702b6f05a114.zip |
Mark as broken on powerpc64: build runs away and consumes all memory.
I had previously noted this as well.
Submitted by: jhibbits
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu_mt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 088e36b57dd8..300a6e3745f9 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -19,7 +19,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt BROKEN_aarch64= fails to build: undefined reference to sbrk -BROKEN_sparc64= Does not link on sparc64 +BROKEN_powerpc64= fails to build: pstest runs away and consumes all memory +BROKEN_sparc64= fails to link USES= fortran gmake |