Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2024 13:09:38 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 19eb57fb905e - 2024Q3 - biology/minimap2: Add NOT_FOR_ARCHS for most 32-bit processors
Message-ID:  <202407251309.46PD9cwc080203@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19eb57fb905e7a3259879e21240939922e8c0a27

commit 19eb57fb905e7a3259879e21240939922e8c0a27
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-25 13:07:07 +0000

    biology/minimap2: Add NOT_FOR_ARCHS for most 32-bit processors
    
    Upstream supports specific architectures, mainly 64-bit and ARM Neon
    
    (cherry picked from commit f84c63104e8cde852cffab5b4702d8e5fb70a2c2)
---
 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 localbase



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407251309.46PD9cwc080203>