Date: Sat, 11 Jan 2025 10:29:47 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ee61f282d241 - main - math/linbox: mark BROKEN with clang19 Message-ID: <202501111029.50BATllK031155@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee61f282d241a0567ddbd729b104aca14da60913 commit ee61f282d241a0567ddbd729b104aca14da60913 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-11 10:14:38 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-11 10:14:38 +0000 math/linbox: mark BROKEN with clang19 See <https://github.com/linbox-team/linbox/issues/320>. --- math/linbox/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/linbox/Makefile b/math/linbox/Makefile index e47c8c2df1aa..cd9cf87c3ee8 100644 --- a/math/linbox/Makefile +++ b/math/linbox/Makefile @@ -11,6 +11,9 @@ WWW= https://linalg.org/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual +# See https://github.com/linbox-team/linbox/issues/320 +BROKEN_FreeBSD_15= compilation errors with clang19 + BUILD_DEPENDS= fflas-ffpack-config:math/fflas-ffpack LIB_DEPENDS= libgmp.so:math/gmp \ libgivaro.so:math/givaro
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501111029.50BATllK031155>