mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-13 09:54:04 +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:
committed by
Sharlatan Hellseher
parent
761abb080c
commit
268f6cfcb2
@@ -866,6 +866,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"
|
||||
|
||||
Reference in New Issue
Block a user