cudaPackages.libcusolvermp: fix build (#519810)

This commit is contained in:
Connor Baker
2026-05-13 14:44:58 +00:00
committed by GitHub
@@ -24,6 +24,11 @@ buildRedist {
nccl
];
autoPatchelfIgnoreMissingDeps = [
# Needs to be dynamically loaded as it depends on the hardware
"libcuda.so.1"
];
meta = {
description = "High-performance, distributed-memory, GPU-accelerated library that provides tools for solving dense linear systems and eigenvalue problems";
longDescription = ''