Files
Connor Baker 29ce053617 cudaPackages: build redists from manifests
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:45 -07:00

20 lines
300 B
Nix

{ buildRedist }:
buildRedist {
redistName = "cuda";
pname = "libcufft";
outputs = [
"out"
"dev"
"include"
"lib"
"static"
"stubs"
];
meta = {
description = "High-performance FFT product CUDA library";
homepage = "https://developer.nvidia.com/cufft";
};
}