diff options
| author | jgart <jgart@dismail.de> | 2026-02-06 15:14:38 -0600 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 15:20:03 -0600 |
| commit | 87f01a4f6a7ff672cfeabc29b7ac52f579746e66 (patch) | |
| tree | 80477b53a0afdd401105b824cfae7d070ce3281f /gnu | |
| parent | 8097283c89735251a9f92e0fb8225b1c39cf8120 (diff) | |
Revert "gnu: faiss: Build shared libraries."
This reverts commit 2d33ec5eaf7bc9dbb3a93347b49a92173c542872.
Change-Id: I8d2dd0a8d2ae0d8a403a0aec1956a7bd46bffbb5
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/graph.scm | 3 |
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 |
