From 9d80ddabfaba4e8074eca785d577ad8c98ae7a7e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 6 Feb 2026 00:49:24 +0000 Subject: gnu: faiss: Enable C API. * gnu/packages/graph.scm (faiss)[arguments]: Add -DFAISS_ENABLE_C_API=ON to configure-flags. Signed-off-by: jgart --- gnu/packages/graph.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu') 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 ;;; Copyright © 2025 Mark Walker ;;; Copyright © 2025 Tiago de Paula Peixoto +;;; Copyright © 2026 Arun Isaac ;;; ;;; 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)) -- cgit v1.3