From 65ed6defc0166a522dd12dd1be0e0ede72591c41 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 16 Nov 2021 12:03:59 +0000 Subject: [PATCH] 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 73780d1a27fd0..52258ee058da6 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