Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2024 16:42:33 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: bab8f46555a2 - main - math/openturns: Broken on 15 with clang-19; Update WWW
Message-ID:  <202411131642.4ADGgXZn034602@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=bab8f46555a2920617ecb95b7b4266dff724da86

commit bab8f46555a2920617ecb95b7b4266dff724da86
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-13 05:10:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-13 16:42:21 +0000

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

diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 869abeff6798..d4d718de09e1 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -6,11 +6,14 @@ CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Uncertainty treatment library
-WWW=		https://openturns.github.io/www/
+WWW=		https://openturns.github.io/www/ \
+		https://github.com/openturns/openturns
 
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/openturns/openturns/issues/2811
+
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \
 		flex:textproc/flex \
 		spectra>0:math/spectra



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