cudaPackages.libcusolvermp: fix build

This commit is contained in:
Gaetan Lepage
2026-05-13 14:30:32 +00:00
parent a64bebfbcd
commit a2baf7bb69
@@ -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 = ''