git: 8ada7f0dd037 - main - math/octave-forge-llms: Mark broken for arm64.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Nov 2025 02:12:59 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8ada7f0dd0375cb261669f6a1f0cd7ca759d8b30
commit 8ada7f0dd0375cb261669f6a1f0cd7ca759d8b30
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-11-26 02:11:35 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-11-26 02:11:35 +0000
math/octave-forge-llms: Mark broken for arm64.
Reported by: pkg-fallout@
---
math/octave-forge-llms/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/octave-forge-llms/Makefile b/math/octave-forge-llms/Makefile
index 0d12ef804dd1..21c9fc32b8f4 100644
--- a/math/octave-forge-llms/Makefile
+++ b/math/octave-forge-llms/Makefile
@@ -17,6 +17,8 @@ USE_GITHUB= yes
GH_ACCOUNT= pr0m1th3as
GH_PROJECT= octave-llms
+BROKEN_arm64= does not build
+
OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION}
.include <bsd.port.mk>