nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 19 lines 300 B view raw
1{ buildRedist }: 2buildRedist { 3 redistName = "cuda"; 4 pname = "libcufft"; 5 6 outputs = [ 7 "out" 8 "dev" 9 "include" 10 "lib" 11 "static" 12 "stubs" 13 ]; 14 15 meta = { 16 description = "High-performance FFT product CUDA library"; 17 homepage = "https://developer.nvidia.com/cufft"; 18 }; 19}