Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2018 06:22:52 +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: r473949 - head/math/superlu_mt
Message-ID:  <201807050622.w656Mq5b030530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Jul  5 06:22:51 2018
New Revision: 473949
URL: https://svnweb.freebsd.org/changeset/ports/473949

Log:
  Mark as broken on powerpc64: build runs away and consumes all memory.
  I had previously noted this as well.
  
  Submitted by:	jhibbits

Modified:
  head/math/superlu_mt/Makefile

Modified: head/math/superlu_mt/Makefile
==============================================================================
--- head/math/superlu_mt/Makefile	Thu Jul  5 05:12:54 2018	(r473948)
+++ head/math/superlu_mt/Makefile	Thu Jul  5 06:22:51 2018	(r473949)
@@ -19,7 +19,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/License.txt
 
 BROKEN_aarch64=		fails to build: undefined reference to sbrk
-BROKEN_sparc64=		Does not link on sparc64
+BROKEN_powerpc64=	fails to build: pstest runs away and consumes all memory
+BROKEN_sparc64=		fails to link
 
 USES=		fortran gmake
 



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