opensplat: patch for torch 2.6 (#406869)

This commit is contained in:
Aleksana
2025-06-11 19:54:40 +08:00
committed by GitHub
+8
View File
@@ -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