Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 13:46:32 +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: r464908 - head/math/blitz++
Message-ID:  <201803181346.w2IDkWej078239@repo.freebsd.org>

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



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