diff options
| -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)) |
