preseq: Not for 32-bit platforms
Build fails on i386 and bioinformatics generally requires 64 bits
This commit is contained in:
parent
482229547a
commit
1c58b37834
@ -11,6 +11,9 @@ WWW= https://github.com/smithlabcode/preseq
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe
|
||||
NOT_FOR_ARCHS_REASON= 32-bit platforms are not useful for bioinformatics
|
||||
|
||||
LIB_DEPENDS= libhts.so:biology/htslib
|
||||
|
||||
USES= localbase
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user