git: f9109d407439 - main - misc/ggml: Disable AVX and other instruction sets by default

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 19 Sep 2025 07:36:26 UTC
The branch main has been updated by yuri:

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

commit f9109d40743949184cdfe03e2af3eb706ebd0a63
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-19 03:53:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-19 07:36:15 +0000

    misc/ggml: Disable AVX and other instruction sets by default
---
 misc/ggml/Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/misc/ggml/Makefile b/misc/ggml/Makefile
index fafdab54bec2..e6fc07539662 100644
--- a/misc/ggml/Makefile
+++ b/misc/ggml/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ggml
 DISTVERSION=	g20250916
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -21,7 +22,13 @@ GH_TAGNAME=	978f6e1
 CMAKE_ON=	BUILD_SHARED_LIBS
 CMAKE_OFF=	GGML_BUILD_TESTS \
 		GGML_BUILD_EXAMPLES \
-		GGML_NATIVE
+		GGML_NATIVE \
+		GGML_SSE42 \
+		GGML_AVX \
+		GGML_AVX2 \
+		GGML_BMI2 \
+		GGML_FMA \
+		GGML_F16C
 CMAKE_TESTING_ON=	GGML_BUILD_TESTS
 
 BINARY_ALIAS=	git=false