Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2023 21:00:26 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: 546ae89fe34b - main - biology/star: Set NOT_FOR_ARCHS to all 32-bit processors
Message-ID:  <202307222100.36ML0Qc2034177@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=546ae89fe34b974dc5aea8ceb28a6ab371adbf9f

commit 546ae89fe34b974dc5aea8ceb28a6ab371adbf9f
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-07-22 20:59:59 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-07-22 20:59:59 +0000

    biology/star: Set NOT_FOR_ARCHS to all 32-bit processors
---
 biology/star/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/biology/star/Makefile b/biology/star/Makefile
index 07a68f031873..fc32ddebc58b 100644
--- a/biology/star/Makefile
+++ b/biology/star/Makefile
@@ -10,8 +10,8 @@ WWW=		https://github.com/alexdobin/STAR
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/STAR-${DISTVERSION}/LICENSE
 
-NOT_FOR_ARCHS=	i386 powerpc
-NOT_FOR_ARCHS_REASON=Needs 16+ GiB RAM for typical eukaryotic genome
+NOT_FOR_ARCHS=		armv6 armv7 i386 mips powerpc powerpcspe
+NOT_FOR_ARCHS_REASON=	Requires 64-bit processor
 .if !exists(/usr/include/omp.h)
 BROKEN=		requires OpenMP support that is missing on this architecture
 .endif



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