git: 7f06db3019ba - main - biology/btllib: Temporarily not for non-64-bit architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 03:03:20 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f06db3019ba82a730fa6f6e018f7576d17612e2
commit 7f06db3019ba82a730fa6f6e018f7576d17612e2
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 03:01:51 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 03:01:51 +0000
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