Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 04:58:05 +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: r456590 - head/devel/ppl
Message-ID:  <201712180458.vBI4w535094681@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec 18 04:58:05 2017
New Revision: 456590
URL: https://svnweb.freebsd.org/changeset/ports/456590

Log:
  Also broken on aarch64.

Modified:
  head/devel/ppl/Makefile

Modified: head/devel/ppl/Makefile
==============================================================================
--- head/devel/ppl/Makefile	Mon Dec 18 04:52:04 2017	(r456589)
+++ head/devel/ppl/Makefile	Mon Dec 18 04:58:05 2017	(r456590)
@@ -17,6 +17,7 @@ BUILD_DEPENDS=	gm4:devel/m4
 LIB_DEPENDS=	libglpk.so:math/glpk \
 		libgmp.so:math/gmp
 
+BROKEN_aarch64=		fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
 BROKEN_armv6=		fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
 BROKEN_armv7=		fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
 



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