Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2024 20:36:56 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: ef830e697e7e - main - science/openmc: Broken on 15 with clang-19; Update WWW
Message-ID:  <202411042036.4A4Kau4n093816@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=ef830e697e7e542daccaf690a99e5d587deb8f76

commit ef830e697e7e542daccaf690a99e5d587deb8f76
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-04 03:56:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-04 20:36:50 +0000

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

diff --git a/science/openmc/Makefile b/science/openmc/Makefile
index 33a890944bd3..9481907cdec7 100644
--- a/science/openmc/Makefile
+++ b/science/openmc/Makefile
@@ -5,11 +5,15 @@ CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Monte Carlo neutron and photon transport simulation code
-WWW=		https://openmc.org/
+WWW=		https://openmc.org/ \
+		https://docs.openmc.org/en/stable/ \
+		https://github.com/openmc-dev/openmc
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/openmc-dev/openmc/issues/3183
+
 BUILD_DEPENDS=	xtensor>0:math/xtensor
 LIB_DEPENDS=	libfmt.so:devel/libfmt \
 		libhdf5.so:science/hdf5 \



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