Date: Mon, 27 May 2024 21:03:22 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: 2b2531b0b61c - 2024Q2 - lang/opensycl: Broken on 13 armv7 Message-ID: <202405272103.44RL3MJi069752@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b2531b0b61ccb901a2f8a1f1888b69e68cf15d4 commit 2b2531b0b61ccb901a2f8a1f1888b69e68cf15d4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-27 21:02:36 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-27 21:03:17 +0000 lang/opensycl: Broken on 13 armv7 Reported by: fallout (cherry picked from commit 4b8fa69ce1995d6c2b61c4c4986859f12e7595bf) --- lang/opensycl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/opensycl/Makefile b/lang/opensycl/Makefile index 1c58094888a1..6af45cda9410 100644 --- a/lang/opensycl/Makefile +++ b/lang/opensycl/Makefile @@ -11,6 +11,7 @@ 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 *)' +BROKEN_FreeBSD_13_armv7= configure fails: Cannot run simple program using std::filesystem BUILD_DEPENDS= boost-libs>0:devel/boost-libs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405272103.44RL3MJi069752>