Date: Tue, 04 Aug 2026 23:33:05 +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: 08e2bea8bf09 - main - misc/ollama: VULKAN option is broken Message-ID: <6a7276b1.227bf.53a9c841@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=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/libfmthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a7276b1.227bf.53a9c841>
