nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 18 lines 414 B view raw
1{ buildRedist }: 2buildRedist { 3 redistName = "nvpl"; 4 pname = "nvpl_blas"; 5 6 outputs = [ 7 "out" 8 "dev" 9 "include" 10 "lib" 11 ]; 12 13 meta = { 14 description = "Part of NVIDIA Performance Libraries that provides standard Fortran 77 BLAS APIs as well as C (CBLAS)"; 15 homepage = "https://developer.nvidia.com/nvpl"; 16 changelog = "https://docs.nvidia.com/nvpl/latest/blas/release_notes.html"; 17 }; 18}