1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/mlpack: Broken on 15 with clang-19; Update WWW

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-11-02 23:22:32 -07:00
parent 654087267d
commit 9d16843edf

View File

@ -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 \