Commit 3cf6067b authored by Your Name's avatar Your Name
Browse files

faiss: enable C API by default

parent b7b1dcbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  config,
  fetchFromGitHub,
  stdenv,
  capiSupport ? false,
  capiSupport ? true,
  cmake,
  cudaPackages ? { },
  cudaSupport ? config.cudaSupport,