diff options
Diffstat (limited to 'math/mlpack/Makefile')
-rw-r--r-- | math/mlpack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile index 264f0208a178..c614af9212fe 100644 --- a/math/mlpack/Makefile +++ b/math/mlpack/Makefile @@ -11,6 +11,7 @@ WWW= https://www.mlpack.org/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_FreeBSD_13= compilation fails with clang-19, see https://github.com/mlpack/mlpack/issues/3825 BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/mlpack/mlpack/issues/3825 BROKEN_i386= undefined symbol: __atomic_load |