svn commit: r535695 - head/lang/opencoarrays

Mark Linimon linimon at FreeBSD.org
Mon May 18 00:46:54 UTC 2020


Author: linimon
Date: Mon May 18 00:46:53 2020
New Revision: 535695
URL: https://svnweb.freebsd.org/changeset/ports/535695

Log:
  Mark as BROKEN on powerpc64.

Modified:
  head/lang/opencoarrays/Makefile

Modified: head/lang/opencoarrays/Makefile
==============================================================================
--- head/lang/opencoarrays/Makefile	Mon May 18 00:41:58 2020	(r535694)
+++ head/lang/opencoarrays/Makefile	Mon May 18 00:46:53 2020	(r535695)
@@ -13,6 +13,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to build: Can't open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
+BROKEN_FreeBSD_12_powerpc64=	fails to build: CMake Warning at CMakeLists.txt:280 (message): Could not find all MPI components!
+BROKEN_FreeBSD_13_powerpc64=	fails to build: Can't open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
 
 BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS=	bash:shells/bash


More information about the svn-ports-head mailing list