diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-01-26 03:24:01 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-01-26 03:24:01 +0800 |
commit | 3a6eb00b9fd5a518de7ffaf20794d8a2f85cf0b0 (patch) | |
tree | 61f4b15fcc531c8c0349af70a1d0fa1c0becec11 /math | |
parent | dbeaee7e3cc202fe0182de21e74313380ffb5b0e (diff) | |
download | freebsd-ports-gnome-3a6eb00b9fd5a518de7ffaf20794d8a2f85cf0b0.tar.gz freebsd-ports-gnome-3a6eb00b9fd5a518de7ffaf20794d8a2f85cf0b0.tar.zst freebsd-ports-gnome-3a6eb00b9fd5a518de7ffaf20794d8a2f85cf0b0.zip |
Mark BROKEN: fails to extract:
Error opening archive: Failed to open '<portsdir>/superlu/superlu_mt_3.1.tar.gz'
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu_mt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index bc76e7a49ec8..5727303a0e13 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -17,6 +17,7 @@ COMMENT= Routines for performing multithreaded sparse factorization LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt +BROKEN= fails to extract: Failed to open 'superlu_mt_3.1.tar.gz' BROKEN_aarch64= fails to build: undefined reference to sbrk BROKEN_powerpc64= fails to build: pstest runs away and consumes all memory BROKEN_sparc64= fails to link |