diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-08-04 23:32:24 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-08-04 23:33:03 +0000 |
| commit | 08e2bea8bf0992fa5979014b8fe33bfb9a7850cf (patch) | |
| tree | e8fa9224eaeea5b14baee8f88f6c83566b6aee96 | |
| parent | 357331652e3cb6d95571e4fa296359301aaf6dd7 (diff) | |
misc/ollama: VULKAN option is broken
| -rw-r--r-- | misc/ollama/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
