From 7f06db3019ba82a730fa6f6e018f7576d17612e2 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 11 Jan 2024 19:01:51 -0800 Subject: [PATCH] biology/btllib: Temporarily not for non-64-bit architectures Until the breakage is fixed by the upstream. Reported by: https://portsfallout.com/ --- biology/btllib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biology/btllib/Makefile b/biology/btllib/Makefile index 9761e443973c..7e0e7f209201 100644 --- a/biology/btllib/Makefile +++ b/biology/btllib/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/bcgsc/btllib LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # temporary until https://github.com/bcgsc/btllib/issues/117 is fixed + BUILD_DEPENDS= bash:shells/bash \ samtools:biology/samtools \ cmake:devel/cmake-core