Files
2026-01-29 17:50:25 -08:00

19 lines
414 B
Nix

{ buildRedist }:
buildRedist {
redistName = "nvpl";
pname = "nvpl_blas";
outputs = [
"out"
"dev"
"include"
"lib"
];
meta = {
description = "Part of NVIDIA Performance Libraries that provides standard Fortran 77 BLAS APIs as well as C (CBLAS)";
homepage = "https://developer.nvidia.com/nvpl";
changelog = "https://docs.nvidia.com/nvpl/latest/blas/release_notes.html";
};
}