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/libtsnnls | |
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/libtsnnls')
-rw-r--r-- | math/libtsnnls/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/libtsnnls/Makefile b/math/libtsnnls/Makefile index e50cc2eea958..dbe09b32a57b 100644 --- a/math/libtsnnls/Makefile +++ b/math/libtsnnls/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.jasoncantarella.com/downloads/ MAINTAINER= tzhuan@gmail.com COMMENT= Fast Sparse Nonnegative Least Squares Solver +BROKEN_aarch64= fails to configure: error: cannot compute sizeof (int) + GNU_CONFIGURE= yes USES= fortran libtool USE_LDCONFIG= yes |