aboutsummaryrefslogtreecommitdiff
path: root/lang/opencoarrays
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-19 04:06:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-19 04:07:43 +0000
commitf9c410bc06813b982a665a469b4606ff071db4ce (patch)
treefa1a59edf97159da2085a1d1513db45e0480f6ce /lang/opencoarrays
parent443d7c91488ed6e654cafa0716dc550683296af4 (diff)
downloadports-f9c410bc06813b982a665a469b4606ff071db4ce.tar.gz
ports-f9c410bc06813b982a665a469b4606ff071db4ce.zip
Diffstat (limited to 'lang/opencoarrays')
-rw-r--r--lang/opencoarrays/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/opencoarrays/Makefile b/lang/opencoarrays/Makefile
index e21d80c5da52..c1fc30a961fd 100644
--- a/lang/opencoarrays/Makefile
+++ b/lang/opencoarrays/Makefile
@@ -10,9 +10,9 @@ COMMENT= Transport layer for coarray Fortran compilers
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
+.for arch in aarch64 powerpc powerpc64 powerpc64le
+BROKEN_${arch}= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
+.endfor
BUILD_DEPENDS= bash:shells/bash
RUN_DEPENDS= bash:shells/bash