aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/magma/vcpkg.json
blob: 40d241c9909c2818fe40764f4384cf1a1a2b29d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "magma",
  "version": "2.9.0",
  "description": "Matrix Algebra on GPU and Multi-core Architectures (MAGMA) is a collection of next-generation linear algebra libraries for heterogeneous computing",
  "homepage": "https://icl.utk.edu/magma/",
  "license": "BSD-3-Clause",
  "dependencies": [
    "blas",
    "cuda",
    "lapack",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}