Date: Sat, 20 Jul 2024 19:56:59 GMT From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f84c63104e8c - main - biology/minimap2: Add NOT_FOR_ARCHS for most 32-bit processors Message-ID: <202407201956.46KJuxxL052118@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=f84c63104e8cde852cffab5b4702d8e5fb70a2c2 commit f84c63104e8cde852cffab5b4702d8e5fb70a2c2 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2024-07-20 19:55:08 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2024-07-20 19:55:08 +0000 biology/minimap2: Add NOT_FOR_ARCHS for most 32-bit processors Upstream supports specific architectures, mainly 64-bit and ARM Neon --- biology/minimap2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biology/minimap2/Makefile b/biology/minimap2/Makefile index 4f479b8f908c..3dca063831be 100644 --- a/biology/minimap2/Makefile +++ b/biology/minimap2/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/lh3/minimap2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +NOT_FOR_ARCHS= i386 mips powerpc powerpcspe +NOT_FOR_ARCHS_REASON= Requires 64-bit processor, except ARM NEON + BUILD_DEPENDS= simde>0:devel/simde USES= gmake localbasehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407201956.46KJuxxL052118>
