git: 364977cf80a6 - main - math/cadabra2: Broken on FreeBSD 15 with clang-17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Dec 2023 07:17:10 UTC
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 \