Unverified Commit ad9a6e0d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Revert "faiss: 1.7.4 -> 1.8.0" (#330183)

As indicated by nixpkgs-review, ofBorg and the prior discussion, faissCuda still does not build.
parent ce15b0c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

let
  pname = "faiss";
  version = "1.8.0";
  version = "1.7.4";

  inherit (cudaPackages) flags backendStdenv;

@@ -51,7 +51,7 @@ stdenv.mkDerivation {
    owner = "facebookresearch";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-nS8nhkNGGb2oAJKfr/MIAZjAwMxBGbNd16/CkEtv67I=";
    hash = "sha256-WSce9X6sLZmGM5F0ZkK54VqpIy8u1VB0e9/l78co29M=";
  };

  patches = [