opensplatWithCuda: 1.1.3 -> 1.1.4 (#336575)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-09-08 23:47:04 +00:00
committed by GitHub
+2 -2
View File
@@ -18,7 +18,7 @@
autoAddDriverRunpath,
}:
let
version = "1.1.3";
version = "1.1.4";
torch = python3.pkgs.torch.override { inherit cudaSupport; };
# Using a normal stdenv with cuda torch gives
# ld: /nix/store/k1l7y96gv0nc685cg7i3g43i4icmddzk-python3.11-torch-2.2.1-lib/lib/libc10.so: undefined reference to `std::ios_base_library_init()@GLIBCXX_3.4.32'
@@ -32,7 +32,7 @@ stdenv'.mkDerivation {
owner = "pierotofy";
repo = "OpenSplat";
rev = "refs/tags/v${version}";
hash = "sha256-2NcKb2SWU/vNsnd2KhdU85J60fJPuc44ZxIle/1UT6g=";
hash = "sha256-u2UmD0O3sUWELYb4CjQE19i4HUjLMcaWqOinQH0PPTM=";
};
nativeBuildInputs = [