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:
parent
deca253bf8
commit
f84c63104e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user