git: 3db3d3b61389 - main - math/gismo: Broken on 15; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 04:08:45 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3db3d3b61389046e9d4f9dc8009055a184e09862 commit 3db3d3b61389046e9d4f9dc8009055a184e09862 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-03 04:05:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-03 04:08:37 +0000 math/gismo: Broken on 15; Update WWW Reported by: fallout --- math/gismo/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/math/gismo/Makefile b/math/gismo/Makefile index 8580352ed1f9..8780a47584b6 100644 --- a/math/gismo/Makefile +++ b/math/gismo/Makefile @@ -5,11 +5,14 @@ CATEGORIES= math # geometry MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for isogeometric analysis (IGA) -WWW= https://gismo.github.io/ +WWW= https://gismo.github.io/ \ + https://github.com/gismo/gismo LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_FreeBSD_15= compilation is broken with clang-19, see https://github.com/gismo/gismo/issues/741 + USES= cmake:testing compiler:c++14-lang USE_GITHUB= yes USE_LDCONFIG= yes