opensplat: patch for torch 2.6 (#406869)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user