aboutsummaryrefslogtreecommitdiff
path: root/math/nlopt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-03-18 05:35:18 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-03-18 05:35:18 +0000
commit6bc4630a68d0fc2dfa29f7385c9990ba37fa46db (patch)
treebe521823ed1b5349f06ca9fc75f3f89b237dbcd5 /math/nlopt
parentbfe4033aff7e20f3321c943560d734947e0b79f2 (diff)
downloadports-6bc4630a68d0fc2dfa29f7385c9990ba37fa46db.tar.gz
ports-6bc4630a68d0fc2dfa29f7385c9990ba37fa46db.zip
Mark as broken on armvX.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=464873
Diffstat (limited to 'math/nlopt')
-rw-r--r--math/nlopt/Makefile3
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 \