svn commit: r464873 - head/math/nlopt

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 05:35:19 UTC 2018


Author: linimon
Date: Sun Mar 18 05:35:18 2018
New Revision: 464873
URL: https://svnweb.freebsd.org/changeset/ports/464873

Log:
  Mark as broken on armvX.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/nlopt/Makefile

Modified: head/math/nlopt/Makefile
==============================================================================
--- head/math/nlopt/Makefile	Sun Mar 18 05:32:27 2018	(r464872)
+++ head/math/nlopt/Makefile	Sun Mar 18 05:35:18 2018	(r464873)
@@ -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 \


More information about the svn-ports-all mailing list