guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 301532acfe750d2d0a65e7a6d74cd20e84a42c9f
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:39 2026 -0600

    Revert "gnu: faiss: Enable C API."
    
    This reverts commit 9d80ddabfaba4e8074eca785d577ad8c98ae7a7e.
    
    Change-Id: Idc7b79b180a11945430a00f98b15de310d1ffdf8
---
 gnu/packages/graph.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index f98073da0d..6f1dc1088c 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -13,7 +13,6 @@
 ;;; Copyright © 2023 David Elsing <[email protected]>
 ;;; Copyright © 2025 Mark Walker <[email protected]>
 ;;; Copyright © 2025 Tiago de Paula Peixoto <[email protected]>
-;;; Copyright © 2026 Arun Isaac <[email protected]>
 ;;;
 ;;; 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))

Reply via email to