aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-16 12:03:59 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-16 12:03:59 +0000
commit65ed6defc0166a522dd12dd1be0e0ede72591c41 (patch)
treead6b190a40cc653b2755cbb49be7f4def22872d5
parent3eeb7bc4b506dadb128c6a16f03d9b27e7d807a0 (diff)
downloadports-65ed6defc0166a522dd12dd1be0e0ede72591c41.tar.gz
ports-65ed6defc0166a522dd12dd1be0e0ede72591c41.zip
misc/thrill: not for all 32-bit archs
-rw-r--r--misc/thrill/Makefile2
1 files changed, 1 insertions, 1 deletions
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