diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-09 09:41:52 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-09 09:43:05 -0700 |
commit | 3a96d77f1157ec8bc3f76f2a71c8f429ae17bf4a (patch) | |
tree | b1633bd79761178e01bfc4290eab60ad5a1c9352 | |
parent | sysutils/froxlor: Update to 2.2.8 (diff) |
misc/ggml: Broken on i386
Reported by: fallout
-rw-r--r-- | misc/ggml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/ggml/Makefile b/misc/ggml/Makefile index b332c2d881c5..db050b78c558 100644 --- a/misc/ggml/Makefile +++ b/misc/ggml/Makefile @@ -12,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++17-lang python:run shebangfix USE_LDCONFIG= yes +BROKEN_i386= compilation fails: LLVM ERROR: out of memory + USE_GITHUB= yes GH_ACCOUNT= ggerganov GH_TAGNAME= 83835ff |