svn commit: r471969 - head/science/hypre

Mark Linimon linimon at FreeBSD.org
Fri Jun 8 02:39:47 UTC 2018


Author: linimon
Date: Fri Jun  8 02:39:46 2018
New Revision: 471969
URL: https://svnweb.freebsd.org/changeset/ports/471969

Log:
  Mark broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/hypre/Makefile

Modified: head/science/hypre/Makefile
==============================================================================
--- head/science/hypre/Makefile	Fri Jun  8 02:35:17 2018	(r471968)
+++ head/science/hypre/Makefile	Fri Jun  8 02:39:46 2018	(r471969)
@@ -13,6 +13,8 @@ COMMENT=	Scalable Linear Solvers and Multigrid Methods
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKDIR}/${DISTNAME}/COPYING.LESSER
 
+BROKEN_powerpc64=	fails to compile: ./DistributedMatrixPilutSolver.h:97:20: expected ')' before '->' token
+
 USES=		blaslapack fortran localbase
 
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list