git: 6cba77040d0f - main - misc/llama-cpp: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Sep 2024 03:11:52 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cba77040d0ffe1a00e861cca039d02bec58fe11 commit 6cba77040d0ffe1a00e861cca039d02bec58fe11 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-19 03:10:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-19 03:11:44 +0000 misc/llama-cpp: Broken on i386 Reported by: fallout --- misc/llama-cpp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index 1da033ebd1fc..9eb1cf36d34c 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -14,6 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278810 +BROKEN_i386= compilation fails, see https://github.com/ggerganov/llama.cpp/issues/9545 USES= cmake:testing compiler:c++11-lang python:run shebangfix USE_LDCONFIG= yes