Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2023 06:55:19 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: cfaa167e70c2 - 2023Q3 - lang/opensycl: Broken on i386
Message-ID:  <202307130655.36D6tJWh067886@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cfaa167e70c2f871829deceb2ecf15af07233f48

commit cfaa167e70c2f871829deceb2ecf15af07233f48
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:55:13 +0000

    lang/opensycl: Broken on i386
    
    Reported by:    fallout
    
    (cherry picked from commit f928cc9ed142b529f41d2ff18b2d7b0127029740)
---
 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?202307130655.36D6tJWh067886>