svn commit: r464908 - head/math/blitz++

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 13:46:33 UTC 2018


Author: linimon
Date: Sun Mar 18 13:46:32 2018
New Revision: 464908
URL: https://svnweb.freebsd.org/changeset/ports/464908

Log:
  Mark as broken on armvX.

Modified:
  head/math/blitz++/Makefile

Modified: head/math/blitz++/Makefile
==============================================================================
--- head/math/blitz++/Makefile	Sun Mar 18 13:38:23 2018	(r464907)
+++ head/math/blitz++/Makefile	Sun Mar 18 13:46:32 2018	(r464908)
@@ -11,6 +11,9 @@ DISTNAME=	blitz-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C++ class library for scientific computing
 
+BROKEN_armv6=		fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
+BROKEN_armv7=		fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
+
 OPTIONS_DEFINE=	DOCS
 
 DOCS_USE=	TEX=dvipsk,formats


More information about the svn-ports-all mailing list