1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: llama-cpp: Switch to pyproject.

* gnu/packages/machine-learning.scm (llama-cpp):
[arguments]<#:imported-modules, #:modules>: Relocate keywords. Switch
to pyproject-build-system.

Change-Id: I0b99e2b4b4beaf9fd085428022ec38b9e25995c3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-01-29 19:12:53 +01:00
committed by Sharlatan Hellseher
parent 49b10ff063
commit 80bca3a925

View File

@@ -851,6 +851,12 @@ NumPy @code{dtype} extensions used in machine learning libraries, including:
(build-system cmake-build-system)
(arguments
(list
#:imported-modules (append %cmake-build-system-modules
%pyproject-build-system-modules)
#:modules '((ice-9 textual-ports)
(guix build utils)
((guix build pyproject-build-system) #:prefix python:)
(guix build cmake-build-system))
#:configure-flags
#~(list "-DBUILD_SHARED_LIBS=ON"
"-DLLAMA_USE_SYSTEM_GGML=ON")