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 | |
| 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>
| -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 @@ | |||
| 13 | ;;; Copyright © 2023 David Elsing <david.elsing@posteo.net> | 13 | ;;; Copyright © 2023 David Elsing <david.elsing@posteo.net> |
| 14 | ;;; Copyright © 2025 Mark Walker <mark.damon.walker@gmail.com> | 14 | ;;; Copyright © 2025 Mark Walker <mark.damon.walker@gmail.com> |
| 15 | ;;; Copyright © 2025 Tiago de Paula Peixoto <tiago@skewed.de> | 15 | ;;; Copyright © 2025 Tiago de Paula Peixoto <tiago@skewed.de> |
| 16 | ;;; Copyright © 2026 Arun Isaac <arunisaac@systemreboot.net> | ||
| 16 | ;;; | 17 | ;;; |
| 17 | ;;; This file is part of GNU Guix. | 18 | ;;; This file is part of GNU Guix. |
| 18 | ;;; | 19 | ;;; |
| @@ -557,7 +558,8 @@ intuitive way.") | |||
| 557 | (build-system cmake-build-system) | 558 | (build-system cmake-build-system) |
| 558 | (arguments | 559 | (arguments |
| 559 | (list #:configure-flags | 560 | (list #:configure-flags |
| 560 | #~'("-DFAISS_ENABLE_GPU=OFF" ; thanks, but no thanks, CUDA. | 561 | #~'("-DFAISS_ENABLE_C_API=ON" |
| 562 | "-DFAISS_ENABLE_GPU=OFF" ; thanks, but no thanks, CUDA. | ||
| 561 | "-DFAISS_ENABLE_PYTHON=OFF"))) | 563 | "-DFAISS_ENABLE_PYTHON=OFF"))) |
| 562 | (inputs | 564 | (inputs |
| 563 | (list openblas)) | 565 | (list openblas)) |
