Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 21:03:00 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: 4b8fa69ce199 - main - lang/opensycl: Broken on 13 armv7
Message-ID:  <202405272103.44RL30bm069546@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=4b8fa69ce1995d6c2b61c4c4986859f12e7595bf

commit 4b8fa69ce1995d6c2b61c4c4986859f12e7595bf
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:02:36 +0000

    lang/opensycl: Broken on 13 armv7
    
    Reported by:    fallout
---
 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.44RL30bm069546>