svn commit: r473949 - head/math/superlu_mt

Mark Linimon linimon at FreeBSD.org
Thu Jul 5 06:22:52 UTC 2018


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
 


More information about the svn-ports-all mailing list