diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-06 00:49:24 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:05:07 +0000 |
| commit | ca1d6248c645c806f8a01c21d0a0ec1887589366 (patch) | |
| tree | 98656da710e9613d8f5cee7372937cee48720be9 /gnu | |
| parent | d6968ece87920297c929bafc7f0b772b6759ff64 (diff) | |
gnu: faiss: Enable C API.
* gnu/packages/graph.scm (faiss)[arguments]: Add -DFAISS_ENABLE_C_API=ON to
configure-flags.
Change-Id: I4efb687ee45d68ce21275d62b0293ab67beef57a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/graph.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 1947e893c59..19dd3fd6e2e 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2025 Mark Walker <mark.damon.walker@gmail.com> ;;; Copyright © 2025 Tiago de Paula Peixoto <tiago@skewed.de> ;;; Copyright © 2026 Luca Alloatti <luca-guix@f-si.org> +;;; Copyright © 2026 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -557,7 +558,8 @@ intuitive way.") (build-system cmake-build-system) (arguments (list #:configure-flags - #~'("-DFAISS_ENABLE_GPU=OFF" ; thanks, but no thanks, CUDA. + #~'("-DFAISS_ENABLE_C_API=ON" + "-DFAISS_ENABLE_GPU=OFF" ; thanks, but no thanks, CUDA. "-DFAISS_ENABLE_PYTHON=OFF"))) (inputs (list openblas)) |
