Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2024 05:36:09 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: d2f48d88a337 - main - science/pcmsolver: Broken on 15 with clang-19
Message-ID:  <202411030536.4A35a9aV046171@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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
 


home | help

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