git: a7caa09cefdf - main - biology/metaeuk: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Feb 2024 18:27:55 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7caa09cefdf69a0eee4552b525128358c2ca186 commit a7caa09cefdf69a0eee4552b525128358c2ca186 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-04 18:27:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-04 18:27:53 +0000 biology/metaeuk: Broken on powerpc64le Reported by: fallout --- biology/metaeuk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile index c165e0aa717f..4799c0202787 100644 --- a/biology/metaeuk/Makefile +++ b/biology/metaeuk/Makefile @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE.md NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # 32-bit platforms produce wrong results based on https://github.com/soedinglab/metaeuk/issues/85#issuecomment-1888379107 NOT_FOR_ARCHS+= powerpc64 # many modules produce wrong results on big-endian architectures +BROKEN_powerpc64le= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276268 BUILD_DEPENDS= xxd:editors/vim TEST_DEPENDS= bash:shells/bash