misc/thrill: not for all 32-bit archs

This commit is contained in:
Piotr Kubaj 2021-11-16 12:03:59 +00:00
parent 3eeb7bc4b5
commit 65ed6defc0

View file

@ -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