git: 9d16843edfc9 - main - math/mlpack: Broken on 15 with clang-19; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 06:48:01 UTC
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 \