git: 24377618fdcc - main - biology/salmon: Set NOT_FOR_ARCHS to all 32-bit processors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Jul 2023 21:13:25 UTC
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 \