Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2021 13:29:11 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1cbb6054ad01 - main - biology/bowtie: enable on riscv64
Message-ID:  <202112151329.1BFDTBm4056782@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112151329.1BFDTBm4056782>