Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2021 21:12:35 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 031ddba476c1 - main - biology/mmseqs2: disable on 32-bits
Message-ID:  <202109122112.18CLCZJG047344@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=031ddba476c1b13c1430eb5192822da37a390fc9

commit 031ddba476c1b13c1430eb5192822da37a390fc9
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-09-12 21:05:53 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-09-12 21:05:53 +0000

    biology/mmseqs2: disable on 32-bits
    
    32-bits are not supported per https://github.com/soedinglab/MMseqs2/issues/460
---
 biology/mmseqs2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biology/mmseqs2/Makefile b/biology/mmseqs2/Makefile
index 2ca647d74995..4c7f440b96c2 100644
--- a/biology/mmseqs2/Makefile
+++ b/biology/mmseqs2/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Ultra fast and sensitive sequence search and clustering suite
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-BROKEN_i386=	https://github.com/soedinglab/MMseqs2/issues/418
+NOT_FOR_ARCHS=	armv6 armv7 i386 mips powerpc powerpcspe
 
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 



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