Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 00:09:07 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: 5099cab651eb - main - devel/glaze: Broken in 15: clang crashes
Message-ID:  <202401120009.40C097VT088076@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=5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbd

commit 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-11 23:41:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 00:09:03 +0000

    devel/glaze: Broken in 15: clang crashes
---
 devel/glaze/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile
index 09e7c83863d1..1cbbde24727b 100644
--- a/devel/glaze/Makefile
+++ b/devel/glaze/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/stephenberry/glaze
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276265
+
 TEST_DEPENDS=	ut>0:devel/ut
 
 USES=		cmake:testing compiler:c++11-lang eigen:3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120009.40C097VT088076>