Skip to content

Commit

Permalink
misc/thrill: not for all 32-bit archs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Nov 16, 2021
1 parent 3eeb7bc commit 65ed6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/thrill/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 65ed6de

Please sign in to comment.