git: 65ed6defc016 - main - misc/thrill: not for all 32-bit archs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Nov 2021 12:11:12 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=65ed6defc0166a522dd12dd1be0e0ede72591c41 commit 65ed6defc0166a522dd12dd1be0e0ede72591c41 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-16 12:03:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-16 12:03:59 +0000 misc/thrill: not for all 32-bit archs --- misc/thrill/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/thrill/Makefile b/misc/thrill/Makefile index 73780d1a27fd..52258ee058da 100644 --- a/misc/thrill/Makefile +++ b/misc/thrill/Makefile @@ -8,7 +8,7 @@ COMMENT= C++ framework for algorithmic distributed Big Data batch computations LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= i386 # static_assert failed due to requirement 'sizeof(unsigned int) == 8' "FOXXLL supports only 64-bit builds" +NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe # static_assert failed due to requirement 'sizeof(unsigned int) == 8' "FOXXLL supports only 64-bit builds" LIB_DEPENDS= libmpi.so:net/openmpi