git: e7cb6b0a685d - main - biology/hhsuite: Disable on 32-bit architectures following upstream advice
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Oct 2022 18:16:54 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7cb6b0a685d45e861be55d1925b9101e88a9e64 commit e7cb6b0a685d45e861be55d1925b9101e88a9e64 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-01 18:16:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-01 18:16:04 +0000 biology/hhsuite: Disable on 32-bit architectures following upstream advice --- biology/hhsuite/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biology/hhsuite/Makefile b/biology/hhsuite/Makefile index 60e0fcb6ad66..72b887c8a1ca 100644 --- a/biology/hhsuite/Makefile +++ b/biology/hhsuite/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/soedinglab/hh-suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe # not for 32-bit architectures, see https://github.com/soedinglab/hh-suite/issues/322#issuecomment-1264416293 + LIB_DEPENDS= libmpi.so:net/openmpi USES= compiler:c++11-lang cmake perl5 python shebangfix