git: 031ddba476c1 - main - biology/mmseqs2: disable on 32-bits

Piotr Kubaj pkubaj at FreeBSD.org
Sun Sep 12 21:12:35 UTC 2021


The branch main has been updated by pkubaj:

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

commit 031ddba476c1b13c1430eb5192822da37a390fc9
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-09-12 21:05:53 +0000
Commit:     Piotr Kubaj <pkubaj at 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
 


More information about the dev-commits-ports-main mailing list