git: e57d18bddad7 - main - lang/opencoarrays: enable on 13 / powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Mar 2023 08:48:29 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=e57d18bddad79a46485886ba094fc9a36c827000 commit e57d18bddad79a46485886ba094fc9a36c827000 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-03-15 08:48:12 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-03-15 08:48:12 +0000 lang/opencoarrays: enable on 13 / powerpc64le --- lang/opencoarrays/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/opencoarrays/Makefile b/lang/opencoarrays/Makefile index edf324c3ebfa..2a8c96d3f703 100644 --- a/lang/opencoarrays/Makefile +++ b/lang/opencoarrays/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 BROKEN_FreeBSD_12_powerpc= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 BROKEN_FreeBSD_12_powerpc64= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 -BROKEN_FreeBSD_13_powerpc64le= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash