git: 08e2bea8bf09 - main - misc/ollama: VULKAN option is broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Aug 2026 23:33:05 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=08e2bea8bf0992fa5979014b8fe33bfb9a7850cf
commit 08e2bea8bf0992fa5979014b8fe33bfb9a7850cf
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-08-04 23:32:24 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-08-04 23:33:03 +0000
misc/ollama: VULKAN option is broken
---
misc/ollama/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/misc/ollama/Makefile b/misc/ollama/Makefile
index b708a0e7c8b8..d54ca776cba3 100644
--- a/misc/ollama/Makefile
+++ b/misc/ollama/Makefile
@@ -46,7 +46,7 @@ PLIST_FILES= bin/${PORTNAME} \
OPTIONS_GROUP= BACKENDS
OPTIONS_GROUP_BACKENDS= CPU VULKAN MLX
-OPTIONS_DEFAULT= CPU VULKAN MLX
+OPTIONS_DEFAULT= CPU MLX
CPU_DESC= Build CPU backend shared libraries for various SIMD instruction sets
CPU_PLIST_FILES= lib/ollama/llama-server \
@@ -91,6 +91,7 @@ VULKAN_BUILD_DEPENDS= glslc:graphics/shaderc \
${LOCALBASE}/share/cmake/SPIRV-Headers/SPIRV-HeadersConfig.cmake:graphics/spirv-headers
VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader
VULKAN_PLIST_FILES= lib/ollama/vulkan/libggml-vulkan.so
+VULKAN_BROKEN= shaderc doesn't support latest features of glslc, see https://github.com/google/shaderc/issues/1590
MLX_DESC= Build MLX backend for image generation (CPU)
MLX_BUILD_DEPENDS= ${LOCALBASE}/lib/cmake/fmt/fmt-config.cmake:devel/libfmt