diff options
| author | Wen Heping <wen@FreeBSD.org> | 2025-11-09 19:10:05 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-09 20:31:40 +0000 |
| commit | ec9880342789a74244e6c59e54b2905c77c4de74 (patch) | |
| tree | 86566b0256691737ad4e867a835745135be8a130 | |
| parent | 047ea43460a3dd8a1b4661283b922862af6482fb (diff) | |
misc/ggml: update g20250916 → 0.9.4
PR: 290904
| -rw-r--r-- | misc/ggml/Makefile | 11 | ||||
| -rw-r--r-- | misc/ggml/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/misc/ggml/Makefile b/misc/ggml/Makefile index e6fc07539662..b635001401ae 100644 --- a/misc/ggml/Makefile +++ b/misc/ggml/Makefile @@ -1,11 +1,11 @@ PORTNAME= ggml -DISTVERSION= g20250916 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 0.9.4 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= Tensor library for machine learning -WWW= https://github.com/ggerganov/ggml +WWW= https://github.com/ggml-org/ggml LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -16,8 +16,7 @@ USE_LDCONFIG= yes BROKEN_i386= compilation fails: LLVM ERROR: out of memory USE_GITHUB= yes -GH_ACCOUNT= ggerganov -GH_TAGNAME= 978f6e1 +GH_ACCOUNT= ggml-org CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= GGML_BUILD_TESTS \ @@ -42,6 +41,6 @@ VULKAN_BUILD_DEPENDS= glslc:graphics/shaderc \ vulkan-headers>0:graphics/vulkan-headers VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader -# tests as of g20250828: 100% tests passed, 0 tests failed out of 21 +# tests as of 0.9.4: 100% tests passed, 0 tests failed out of 21 .include <bsd.port.mk> diff --git a/misc/ggml/distinfo b/misc/ggml/distinfo index d8983992a40c..a5eede128310 100644 --- a/misc/ggml/distinfo +++ b/misc/ggml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758234399 -SHA256 (ggerganov-ggml-g20250916-978f6e1_GH0.tar.gz) = 6aed1d94900779583ae4c1981d27827a641aa97562421b24150f24b03a28e3f1 -SIZE (ggerganov-ggml-g20250916-978f6e1_GH0.tar.gz) = 2133677 +TIMESTAMP = 1762648478 +SHA256 (ggml-org-ggml-v0.9.4_GH0.tar.gz) = 24bd1500aef27147b92d023cff6dcffdfc8da9c56750f941f5d5d1b53875c623 +SIZE (ggml-org-ggml-v0.9.4_GH0.tar.gz) = 2193279 |
