1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

biology/minimap2: Add NOT_FOR_ARCHS for most 32-bit processors

Upstream supports specific architectures, mainly 64-bit and ARM Neon
This commit is contained in:
Jason W. Bacon 2024-07-20 14:55:08 -05:00
parent deca253bf8
commit f84c63104e

View File

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