Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 22:32:34 +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: r537003 - head/math/elemental
Message-ID:  <202005292232.04TMWYTN015029@repo.freebsd.org>

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



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