diff options
| author | jgart <jgart@dismail.de> | 2026-02-06 15:14:39 -0600 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 15:20:03 -0600 |
| commit | 301532acfe750d2d0a65e7a6d74cd20e84a42c9f (patch) | |
| tree | db1946fec02e79bce958c7317c472502cb0ee766 /gnu/packages | |
| parent | 87f01a4f6a7ff672cfeabc29b7ac52f579746e66 (diff) | |
Revert "gnu: faiss: Enable C API."
This reverts commit 9d80ddabfaba4e8074eca785d577ad8c98ae7a7e.
Change-Id: Idc7b79b180a11945430a00f98b15de310d1ffdf8
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/graph.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index f98073da0d9..6f1dc1088c1 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -13,7 +13,6 @@ ;;; 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. ;;; @@ -558,8 +557,7 @@ intuitive way.") (build-system cmake-build-system) (arguments (list #:configure-flags - #~'("-DFAISS_ENABLE_C_API=ON" - "-DFAISS_ENABLE_GPU=OFF" ; thanks, but no thanks, CUDA. + #~'("-DFAISS_ENABLE_GPU=OFF" ; thanks, but no thanks, CUDA. "-DFAISS_ENABLE_PYTHON=OFF"))) (inputs (list openblas)) |
