Commit 8c7f0a16 authored by Julius Michaelis's avatar Julius Michaelis
Browse files

opensplat: patch for torch 2.6

parent 309e8a5e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  cudaSupport ? config.cudaSupport,
  cudaPackages,
  autoAddDriverRunpath,
  fetchpatch2,
}:
let
  version = "1.1.4";
@@ -35,6 +36,13 @@ stdenv'.mkDerivation {
    hash = "sha256-u2UmD0O3sUWELYb4CjQE19i4HUjLMcaWqOinQH0PPTM=";
  };

  patches = [
    (fetchpatch2 {
      url = "https://github.com/pierotofy/OpenSplat/commit/7fb96e86a43ac6cfd3eb3a7f6be190c5f2dbeb73.patch";
      hash = "sha256-hWJWU/n1pRAAbExAYUap6CoSjIu2dzCToUmacSSpa0I=";
    })
  ];

  nativeBuildInputs =
    [
      cmake