git: 08e2bea8bf09 - main - misc/ollama: VULKAN option is broken
Yuri Victorovich <[email protected]> Tue, 04 Aug 2026 23:33:05 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a7276b1.227bf.53a9c841__3596.43588760576$1785886404$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=08e2bea8bf0992fa5979014b8fe33bfb9a7850cf commit 08e2bea8bf0992fa5979014b8fe33bfb9a7850cf Author: Yuri Victorovich <[email protected]> AuthorDate: 2026-08-04 23:32:24 +0000 Commit: Yuri Victorovich <[email protected]> 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