Date: Tue, 16 Nov 2021 12:11:12 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 65ed6defc016 - main - misc/thrill: not for all 32-bit archs Message-ID: <202111161211.1AGCBC8U078725@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=65ed6defc0166a522dd12dd1be0e0ede72591c41 commit 65ed6defc0166a522dd12dd1be0e0ede72591c41 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-16 12:03:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-16 12:03:59 +0000 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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111161211.1AGCBC8U078725>