From 24377618fdcc4ffcf2795b5a69236e494cd615b1 Mon Sep 17 00:00:00 2001 From: "Jason W. Bacon" Date: Sat, 22 Jul 2023 16:12:50 -0500 Subject: 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 \ -- cgit v1.2.3