diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-27 15:06:01 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-27 15:18:06 +0100 |
| commit | 929b9106130888bfb9ea8b3dd6cee3de348ab6ef (patch) | |
| tree | 38e50777efe1898b66ec26e19613b9ed0bf64299 /gnu/packages | |
| parent | 5f3cd428594f14e9d268c23c8995af5a7a8aaba1 (diff) | |
gnu: llama-cpp: Remove unused dependency on openblas.
* gnu/packages/machine-learning.scm (llama-cpp): Update to .
Change-Id: Idba892340f50497d4751196069688373b876ca02
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 7668bae04b1..9e5db54f0f8 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -850,14 +850,7 @@ NumPy @code{dtype} extensions used in machine learning libraries, including: (list #:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON" - (string-append "-DBLAS_INCLUDE_DIRS=" - #$(this-package-input "openblas") - "/include") - (string-append "-DBLAS_LIBRARIES=" - #$(this-package-input "openblas") - "/lib/libopenblas.so") "-DLLAMA_USE_SYSTEM_GGML=ON") - #:modules '((ice-9 textual-ports) (guix build utils) ((guix build python-build-system) #:prefix python:) @@ -924,7 +917,7 @@ NumPy @code{dtype} extensions used in machine learning libraries, including: "/bin") "^test-"))))))) (inputs - (list curl ggml glslang python-gguf python-minimal openblas spirv-headers + (list curl ggml glslang python-gguf python-minimal spirv-headers spirv-tools vulkan-headers vulkan-loader openssl)) (native-inputs (list bash-minimal pkg-config python-minimal-wrapper shaderc)) |
