git: 50fc53107481 - main - biology/metaeuk: builds now fine on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:57:52 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=50fc531074817e776c54489bd21a0a6f8cc2fe7d commit 50fc531074817e776c54489bd21a0a6f8cc2fe7d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-23 18:08:43 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:56:26 +0000 biology/metaeuk: builds now fine on powerpc64le --- biology/metaeuk/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile index 0281783cad7a..9db291c2eaba 100644 --- a/biology/metaeuk/Makefile +++ b/biology/metaeuk/Makefile @@ -12,7 +12,6 @@ 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 @@ -33,7 +32,7 @@ CMAKE_OFF= NATIVE_ARCH .include <bsd.port.options.mk> -.if !exists(/usr/include/omp.h) || ${ARCH} == powerpc64le # https://github.com/soedinglab/metaeuk/issues/85, https://github.com/llvm/llvm-project/issues/63807 +.if !exists(/usr/include/omp.h) # https://github.com/soedinglab/metaeuk/issues/85 CMAKE_ARGS+= -DREQUIRE_OPENMP:BOOL=OFF post-patch: # workaround for https://github.com/soedinglab/metaeuk/issues/55