Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2021 22:12:15 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: e404b5546c3d - main - biology/hisat2: enable on riscv64
Message-ID:  <202112162212.1BGMCFU8002035@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=e404b5546c3d97c68066d31fd1370a17c7680fda

commit e404b5546c3d97c68066d31fd1370a17c7680fda
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-12-16 21:38:04 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-12-16 21:38:56 +0000

    biology/hisat2: enable on riscv64
---
 biology/hisat2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biology/hisat2/Makefile b/biology/hisat2/Makefile
index f30120ce4824..8b49bfc49f26 100644
--- a/biology/hisat2/Makefile
+++ b/biology/hisat2/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Alignment program for mapping next-generation sequencing reads
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		aarch64 amd64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=		aarch64 amd64 powerpc64 powerpc64le riscv64
 ONLY_FOR_ARCHS_REASON=	64-bit code, some assembly language
 
 BUILD_DEPENDS=	simde>0:devel/simde



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