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

  outputs = [
    "out"
    "dev"
    "include"
    "lib"
  ];

  meta = {
    description = "Provides an optimized implementation of ScaLAPACK for distributed-memory architectures";
    homepage = "https://developer.nvidia.com/nvpl";
    changelog = "https://docs.nvidia.com/nvpl/latest/scalapack/release_notes.html";
  };
}