diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-18 13:35:18 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-18 13:35:18 +0800 |
commit | ceead25e14339d3588fe375f0929aba8b6744085 (patch) | |
tree | be521823ed1b5349f06ca9fc75f3f89b237dbcd5 | |
parent | a72738f5883c567ccf9b6449e9ae08bd419c3710 (diff) | |
download | freebsd-ports-gnome-ceead25e14339d3588fe375f0929aba8b6744085.tar.gz freebsd-ports-gnome-ceead25e14339d3588fe375f0929aba8b6744085.tar.zst freebsd-ports-gnome-ceead25e14339d3588fe375f0929aba8b6744085.zip |
Mark as broken on armvX.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | math/nlopt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/nlopt/Makefile b/math/nlopt/Makefile index 2244769b0739..ba9eb7d0d22e 100644 --- a/math/nlopt/Makefile +++ b/math/nlopt/Makefile @@ -14,6 +14,9 @@ LICENSE= LGPL21 MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory +BROKEN_armv7= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory + LIB_DEPENDS= libgmp.so:math/gmp \ libguile-2.0.so:lang/guile2 BUILD_DEPENDS= swig3.0:devel/swig30 \ |