diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-06 00:49:24 +0000 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 14:25:40 -0600 |
| commit | 9d80ddabfaba4e8074eca785d577ad8c98ae7a7e (patch) | |
| tree | 2225c2175945d51f44abfd10e61409a522f0720b /gnu | |
| parent | ecc4bf19e08381206349626ce17fb99f53196734 (diff) | |
gnu: faiss: Enable C API.
* gnu/packages/graph.scm (faiss)[arguments]: Add -DFAISS_ENABLE_C_API=ON to
configure-flags.
Signed-off-by: jgart <jgart@dismail.de>
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 6f1dc1088c1..f98073da0d9 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2023 David Elsing <david.elsing@posteo.net> ;;; Copyright © 2025 Mark Walker <mark.damon.walker@gmail.com> ;;; Copyright © 2025 Tiago de Paula Peixoto <tiago@skewed.de> +;;; 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)) |
