git: f6cbad987b35 - main - science/sirius: Broken on 15 due to clang crash

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 10:15:59 UTC
The branch main has been updated by yuri:

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

commit f6cbad987b35623997699a6a9ca38962075aff18
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 10:15:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 10:15:57 +0000

    science/sirius: Broken on 15 due to clang crash
    
    Reported by:    fallout
---
 science/sirius/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/sirius/Makefile b/science/sirius/Makefile
index c759505d4521..a99785bada56 100644
--- a/science/sirius/Makefile
+++ b/science/sirius/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/electronic-structure/SIRIUS
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276196
+
 LIB_DEPENDS=	libcosta.so:math/costa \
 		libgsl.so:math/gsl \
 		libhdf5.so:science/hdf5 \