Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2024 13:52:04 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: 1c58b378342d - main - preseq: Not for 32-bit platforms
Message-ID:  <202411241352.4AODq4Tb019889@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=1c58b378342de7c0a1c41fc1a13bca25f658d76f

commit 1c58b378342de7c0a1c41fc1a13bca25f658d76f
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2024-11-24 13:50:11 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2024-11-24 13:50:11 +0000

    preseq: Not for 32-bit platforms
    
    Build fails on i386 and bioinformatics generally requires 64 bits
---
 biology/preseq/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/biology/preseq/Makefile b/biology/preseq/Makefile
index f25bd80cbe9d..5a3de8a5ea2c 100644
--- a/biology/preseq/Makefile
+++ b/biology/preseq/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/smithlabcode/preseq
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=		armv6 armv7 i386 mips powerpc powerpcspe
+NOT_FOR_ARCHS_REASON=	32-bit platforms are not useful for bioinformatics
+
 LIB_DEPENDS=	libhts.so:biology/htslib
 
 USES=		localbase



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