git: 829c6082ad7b - main - biology/metaeuk: Not for 32-bit architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 03:39:40 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=829c6082ad7b93845179d6bc2887dfafdb52c1a0 commit 829c6082ad7b93845179d6bc2887dfafdb52c1a0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 03:38:46 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 03:38:46 +0000 biology/metaeuk: Not for 32-bit architectures metaeuk produces wrong results there. --- biology/metaeuk/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile index 877e03a8213f..e1aa09f194c4 100644 --- a/biology/metaeuk/Makefile +++ b/biology/metaeuk/Makefile @@ -11,8 +11,7 @@ WWW= https://github.com/soedinglab/metaeuk LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE.md -BROKEN_i386= link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85 -BROKEN_armv7= link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85 +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 BROKEN_powerpc64= link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85 BUILD_DEPENDS= xxd:editors/vim