From df2b636a0f9bd60768c3c55276d97f020f53a75a Mon Sep 17 00:00:00 2001 From: Connor Baker Date: Fri, 17 Oct 2025 05:36:27 +0000 Subject: [PATCH] cudaPackages.libcufile: fixup autoPatchelfHook for cuda_cudart stubs location Signed-off-by: Connor Baker --- pkgs/development/cuda-modules/packages/libcufile.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/cuda-modules/packages/libcufile.nix b/pkgs/development/cuda-modules/packages/libcufile.nix index 1d5ed47ba60d..1d5fba212bec 100644 --- a/pkgs/development/cuda-modules/packages/libcufile.nix +++ b/pkgs/development/cuda-modules/packages/libcufile.nix @@ -25,6 +25,10 @@ buildRedist { rdma-core ]; + extraAutoPatchelfLibs = [ + "${lib.getOutput "stubs" cuda_cudart}/lib/stubs" + ]; + meta = { description = "Library to leverage GDS technology"; homepage = "https://docs.nvidia.com/gpudirect-storage/api-reference-guide";