misc/thrill: not for all 32-bit archs
This commit is contained in:
parent
3eeb7bc4b5
commit
65ed6defc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue