Skip to content

Commit 8c7f0a1

Browse files
committed
opensplat: patch for torch 2.6
1 parent 309e8a5 commit 8c7f0a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkgs/by-name/op/opensplat/package.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
cudaSupport ? config.cudaSupport,
1717
cudaPackages,
1818
autoAddDriverRunpath,
19+
fetchpatch2,
1920
}:
2021
let
2122
version = "1.1.4";
@@ -35,6 +36,13 @@ stdenv'.mkDerivation {
3536
hash = "sha256-u2UmD0O3sUWELYb4CjQE19i4HUjLMcaWqOinQH0PPTM=";
3637
};
3738

39+
patches = [
40+
(fetchpatch2 {
41+
url = "https://github.com/pierotofy/OpenSplat/commit/7fb96e86a43ac6cfd3eb3a7f6be190c5f2dbeb73.patch";
42+
hash = "sha256-hWJWU/n1pRAAbExAYUap6CoSjIu2dzCToUmacSSpa0I=";
43+
})
44+
];
45+
3846
nativeBuildInputs =
3947
[
4048
cmake

0 commit comments

Comments
 (0)