git: 06ceea3d01df - main - biology/ncbi-blast+: Tag only for 64-bit architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 May 2023 14:00:13 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=06ceea3d01df35986bec1fed97b50d575f97f9cd commit 06ceea3d01df35986bec1fed97b50d575f97f9cd Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2023-05-29 13:59:01 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2023-05-29 13:59:01 +0000 biology/ncbi-blast+: Tag only for 64-bit architectures No longer builds on i386 or ppc Nobody does bioinformatics on 32-bit processors anymore --- biology/ncbi-blast+/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index 55de83407c4b..1f567c8a900b 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -12,6 +12,9 @@ WWW= https://blast.ncbi.nlm.nih.gov LICENSE= PD LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 +ONLY_FOR_ARCHS_REASON= Requires 64-bit processor + LIB_DEPENDS= libpcre.so:devel/pcre \ liblmdb.so:databases/lmdb \ liblzo2.so:archivers/lzo2 \