Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2023 21:13:25 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 24377618fdcc - main - biology/salmon: Set NOT_FOR_ARCHS to all 32-bit processors
Message-ID:  <202307222113.36MLDPPD057570@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=24377618fdcc4ffcf2795b5a69236e494cd615b1

commit 24377618fdcc4ffcf2795b5a69236e494cd615b1
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-07-22 21:12:50 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-07-22 21:12:50 +0000

    biology/salmon: Set NOT_FOR_ARCHS to all 32-bit processors
---
 biology/salmon/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/biology/salmon/Makefile b/biology/salmon/Makefile
index 73ad3402f38a..db9be80895a0 100644
--- a/biology/salmon/Makefile
+++ b/biology/salmon/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/COMBINE-lab/salmon
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=		armv6 armv7 i386 mips powerpc powerpcspe
+NOT_FOR_ARCHS_REASON=	Requires 64-bit processor
+
 # libtool and auto* are run manually in submodules, so don't put them in USES
 BUILD_DEPENDS=	bash:shells/bash \
 		cereal>=1.3.0:devel/cereal \



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