Date: Thu, 13 Jul 2023 06:54:56 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f928cc9ed142 - main - lang/opensycl: Broken on i386 Message-ID: <202307130654.36D6supd067696@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f928cc9ed142b529f41d2ff18b2d7b0127029740 commit f928cc9ed142b529f41d2ff18b2d7b0127029740 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-13 06:54:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-13 06:54:32 +0000 lang/opensycl: Broken on i386 Reported by: fallout --- lang/opensycl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/opensycl/Makefile b/lang/opensycl/Makefile index 124d3c35726a..1c58094888a1 100644 --- a/lang/opensycl/Makefile +++ b/lang/opensycl/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/OpenSYCL/OpenSYCL LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= fails to compile: error: static_assert failed due to requirement 'sizeof(hipsycl::glue::unique_id) == 2 * sizeof(void *)' + BUILD_DEPENDS= boost-libs>0:devel/boost-libs USES= cmake compiler:c++11-lang llvm:15 python shebangfix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307130654.36D6supd067696>