summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/graph.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 00d45bb0ce0..f98073da0d9 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -560,8 +560,7 @@ intuitive way.")
(list #:configure-flags
#~'("-DFAISS_ENABLE_C_API=ON"
"-DFAISS_ENABLE_GPU=OFF" ; thanks, but no thanks, CUDA.
- "-DFAISS_ENABLE_PYTHON=OFF"
- "-DBUILD_SHARED_LIBS=ON")))
+ "-DFAISS_ENABLE_PYTHON=OFF")))
(inputs
(list openblas))
(native-inputs