Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2024 16:42:32 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: d43efbe31280 - main - science/ascent: Broken on 15 with clang-19; Update WWW
Message-ID:  <202411131642.4ADGgWE1034551@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=d43efbe31280ad93d478c9562c9ceccdd7e0df73

commit d43efbe31280ad93d478c9562c9ceccdd7e0df73
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-13 05:06:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-13 16:42:20 +0000

    science/ascent: Broken on 15 with clang-19; Update WWW
    
    Reported by:    fallout
---
 science/ascent/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/science/ascent/Makefile b/science/ascent/Makefile
index 64a14f58a319..a94aa81f952a 100644
--- a/science/ascent/Makefile
+++ b/science/ascent/Makefile
@@ -6,11 +6,14 @@ PKGNAMESUFFIX=	-visualizer
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Visualization and analysis runtime for multi-physics HPC simulations
-WWW=		https://ascent.readthedocs.io/en/latest/
+WWW=		https://ascent.readthedocs.io/en/latest/ \
+		https://github.com/Alpine-DAV/ascent
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/Alpine-DAV/ascent/issues/1422
+
 LIB_DEPENDS=	libconduit.so:science/conduit \
 		libhdf5.so:science/hdf5 \
 		libsiloh5.so:science/silo \



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