From d7d88284779a0008f9e798fe2d92b07aec010414 Mon Sep 17 00:00:00 2001 From: Breadway Date: Thu, 11 Jun 2026 13:38:35 +0800 Subject: [PATCH] fix: remove non-existent rocm-runtime dep, add optional_system_deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rocm-runtime is not a real Arch package name. ORT links ONNX Runtime statically and falls back to CPU — ROCm should not block install. Required: gtk4, gtk4-layer-shell only. Optional: rocm-hip-runtime (GPU inference), ollama (AI fallback), hyprland. --- bakery.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bakery.toml b/bakery.toml index 2fbc31d..25e9033 100644 --- a/bakery.toml +++ b/bakery.toml @@ -1,7 +1,8 @@ name = "breadpad" description = "Quick-capture scratchpad and note viewer with AI classification" binaries = ["breadpad", "breadman"] -system_deps = ["gtk4", "gtk4-layer-shell", "rocm-runtime"] +system_deps = ["gtk4", "gtk4-layer-shell"] +optional_system_deps = ["rocm-hip-runtime", "ollama", "hyprland"] bread_deps = [] [config]