Date: Mon, 18 May 2020 00:46:54 +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: r535695 - head/lang/opencoarrays Message-ID: <202005180046.04I0ksL5040861@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005180046.04I0ksL5040861>