Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 05:35:19 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464873 - head/math/nlopt
Message-ID:  <201803180535.w2I5ZJ6a030953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180535.w2I5ZJ6a030953>