Date: Fri, 12 Jan 2024 03:39:40 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 829c6082ad7b - main - biology/metaeuk: Not for 32-bit architectures Message-ID: <202401120339.40C3dehL044571@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120339.40C3dehL044571>