1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 02:51:49 +02:00

gnu: faiss: Enable C API.

* gnu/packages/graph.scm (faiss)[arguments]: Add -DFAISS_ENABLE_C_API=ON to
configure-flags.

Change-Id: I4efb687ee45d68ce21275d62b0293ab67beef57a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Arun Isaac
2026-02-06 00:49:24 +00:00
committed by Sharlatan Hellseher
parent d6968ece87
commit ca1d6248c6
+3 -1
View File
@@ -14,6 +14,7 @@
;;; Copyright © 2025 Mark Walker <mark.damon.walker@gmail.com>
;;; Copyright © 2025 Tiago de Paula Peixoto <tiago@skewed.de>
;;; Copyright © 2026 Luca Alloatti <luca-guix@f-si.org>
;;; 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))