Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Apr 2026 07:39:11 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ea4b8e4ba318 - main - misc/ggml: update 0.=?utf-8?Q?9.8 =E2=86=92?= 0.9.11
Message-ID:  <69cf6e9f.248eb.3b2031c2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea4b8e4ba3186917682d1b8b6f3b9e971c8685a1

commit ea4b8e4ba3186917682d1b8b6f3b9e971c8685a1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-03 07:36:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-03 07:39:09 +0000

    misc/ggml: update 0.9.8 → 0.9.11
    
    PR:             294215 (fix for SIGILL)
---
 misc/ggml/Makefile | 9 +++++----
 misc/ggml/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/misc/ggml/Makefile b/misc/ggml/Makefile
index b380698977df..04cd7adc6883 100644
--- a/misc/ggml/Makefile
+++ b/misc/ggml/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ggml
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.8
+DISTVERSION=	0.9.11
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,9 +18,9 @@ BROKEN_i386=	compilation fails: LLVM ERROR: out of memory
 USE_GITHUB=	yes
 GH_ACCOUNT=	ggml-org
 
-CMAKE_ON=	BUILD_SHARED_LIBS \
-		GGML_NATIVE
-CMAKE_OFF=	GGML_BUILD_TESTS \
+CMAKE_ON=	BUILD_SHARED_LIBS
+CMAKE_OFF=	GGML_NATIVE \
+		GGML_BUILD_TESTS \
 		GGML_BUILD_EXAMPLES \
 		GGML_SSE42 \
 		GGML_AVX \
@@ -44,5 +44,6 @@ VULKAN_BUILD_DEPENDS=	glslc:graphics/shaderc \
 VULKAN_LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader
 
 # tests as of 0.9.5: 100% tests passed, 0 tests failed out of 21
+# tests as of 0.9.11: 95% tests passed, 1 tests failed out of 21: test-backend-ops fails because of OOM in the 6GB Vulkan device
 
 .include <bsd.port.mk>
diff --git a/misc/ggml/distinfo b/misc/ggml/distinfo
index e64461696800..6471ef2a02bb 100644
--- a/misc/ggml/distinfo
+++ b/misc/ggml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774234893
-SHA256 (ggml-org-ggml-v0.9.8_GH0.tar.gz) = 9d8b38e473697e9014ea2275fadb4ed5c247b1ca82404875fe5ac336c0d0754c
-SIZE (ggml-org-ggml-v0.9.8_GH0.tar.gz) = 2748285
+TIMESTAMP = 1775184485
+SHA256 (ggml-org-ggml-v0.9.11_GH0.tar.gz) = 97b6f55df0e5d7c8f7528a443907752ff65c1c66bc0a3b71db2a0664e79c1982
+SIZE (ggml-org-ggml-v0.9.11_GH0.tar.gz) = 2804969


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cf6e9f.248eb.3b2031c2>