git: d2f48d88a337 - main - science/pcmsolver: Broken on 15 with clang-19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 05:36:09 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2f48d88a3371d1e9f7a84fd800d743034d8a0a2 commit d2f48d88a3371d1e9f7a84fd800d743034d8a0a2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-03 04:44:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-03 04:44:18 +0000 science/pcmsolver: Broken on 15 with clang-19 Reported by: fallout --- science/pcmsolver/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/pcmsolver/Makefile b/science/pcmsolver/Makefile index a82b52073727..ff137c88f6ef 100644 --- a/science/pcmsolver/Makefile +++ b/science/pcmsolver/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/PCMSolver/pcmsolver LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_15= compilation is broken with clang-19, see https://github.com/PCMSolver/pcmsolver/issues/208 + USES= cmake compiler:c11 fortran python USE_LDCONFIG= yes