Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2023 07:17:10 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: 364977cf80a6 - main - math/cadabra2: Broken on FreeBSD 15 with clang-17
Message-ID:  <202312170717.3BH7HA42068565@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=364977cf80a60a56864fcbbe644dfd798fd2f530

commit 364977cf80a60a56864fcbbe644dfd798fd2f530
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-17 05:55:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-17 07:17:06 +0000

    math/cadabra2: Broken on FreeBSD 15 with clang-17
    
    Reported by:    fallout
---
 math/cadabra2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile
index 625b82292062..f9d313a779ed 100644
--- a/math/cadabra2/Makefile
+++ b/math/cadabra2/Makefile
@@ -10,6 +10,8 @@ WWW=		https://cadabra.science/
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/doc/license.txt
 
+BROKEN_FreeBSD_15=	compilation fails with clang-17, see https://github.com/kpeeters/cadabra2/issues/285
+
 BUILD_DEPENDS=	${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp
 LIB_DEPENDS=	${PY_BOOST} \
 		libboost_system.so:devel/boost-libs \



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