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 -.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