Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2024 06:48:01 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: 9d16843edfc9 - main - math/mlpack: Broken on 15 with clang-19; Update WWW
Message-ID:  <202411030648.4A36m14L076704@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=9d16843edfc959f53390cb682543f935a23bf40c

commit 9d16843edfc959f53390cb682543f935a23bf40c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-03 06:22:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-03 06:47:54 +0000

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

diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile
index 00714e8ded9b..1943431e4ba0 100644
--- a/math/mlpack/Makefile
+++ b/math/mlpack/Makefile
@@ -5,11 +5,13 @@ MASTER_SITES=	https://mlpack.org/files/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Fast, flexible machine learning library
-WWW=		https://www.mlpack.org/
+WWW=		https://www.mlpack.org/ \
+		https://github.com/mlpack/mlpack
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/mlpack/mlpack/issues/3825
 BROKEN_i386=	undefined symbol: __atomic_load
 
 HPP_DEPENDS=	armadillo>0:math/armadillo \



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