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= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
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
|
BUILD_DEPENDS= simde>0:devel/simde
|
||||||
|
|
||||||
USES= gmake localbase
|
USES= gmake localbase
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user