git: 1cbb6054ad01 - main - biology/bowtie: enable on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Dec 2021 13:29:11 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cbb6054ad0130b8fa50b7a5c32b2f2730bdc977 commit 1cbb6054ad0130b8fa50b7a5c32b2f2730bdc977 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-12-14 19:50:12 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-12-15 12:55:57 +0000 biology/bowtie: enable on riscv64 --- biology/bowtie/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biology/bowtie/Makefile b/biology/bowtie/Makefile index 10607fd8a77f..575c1264b7b6 100644 --- a/biology/bowtie/Makefile +++ b/biology/bowtie/Makefile @@ -8,7 +8,7 @@ COMMENT= Ultrafast, memory-efficient short read aligner LICENSE= ART10 -ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 # c++11-lib is just for GCC 4.2-based systems # Remove it when support officially ends @@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> -.if ${ARCH:Mpowerpc64*} || ${ARCH:Maarch64} +.if ${ARCH:Mpowerpc64*} || ${ARCH} == aarch64 || ${ARCH:Mriscv64*} MAKE_ENV= POPCNT_CAPABILITY=0 .endif