svn commit: r537003 - head/math/elemental

Mark Linimon linimon at FreeBSD.org
Fri May 29 22:32:35 UTC 2020


Author: linimon
Date: Fri May 29 22:32:34 2020
New Revision: 537003
URL: https://svnweb.freebsd.org/changeset/ports/537003

Log:
  Mark as BROKEN on powerpc64-12.  Builds on powerpc64-13 and elsewhere.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/elemental/Makefile

Modified: head/math/elemental/Makefile
==============================================================================
--- head/math/elemental/Makefile	Fri May 29 22:28:04 2020	(r537002)
+++ head/math/elemental/Makefile	Fri May 29 22:32:34 2020	(r537003)
@@ -11,6 +11,7 @@ COMMENT=	Dense and sparse linear algebra, conic optimi
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: include/El/blas_like/level1/Copy.hpp:522:27: ambiguous template specialization 'Copy<>' for 'void El::Copy(const El::Matrix<int>&, El::Matrix<int>&)'
 BROKEN_i386=	clang crashes: https://bugs.llvm.org/show_bug.cgi?id=46026
 
 LIB_DEPENDS=	libgmp.so:math/gmp \


More information about the svn-ports-all mailing list