summaryrefslogtreecommitdiffstats
path: root/pkgs/development/cuda-modules/packages/nvpl_common.nix
blob: 2a391d5f4f367d0385212bb0dad1330308cafb4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ buildRedist }:
buildRedist {
  redistName = "nvpl";
  pname = "nvpl_common";

  outputs = [
    "out"
    "dev"
  ];

  meta = {
    description = "Common part of NVIDIA Performance Libraries";
    homepage = "https://developer.nvidia.com/nvpl";
    changelog = "https://docs.nvidia.com/nvpl/latest/release_notes.html";
  };
}