aboutsummaryrefslogtreecommitdiff
path: root/ports/clapack/vcpkg.json
blob: 8450cd3db163f47c74416e6cd82bac69a12d7675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "clapack",
  "version-string": "3.2.1",
  "port-version": 17,
  "description": "CLAPACK (f2c'ed version of LAPACK)",
  "homepage": "https://www.netlib.org/clapack",
  "dependencies": [
    "blas",
    {
      "name": "clapack",
      "host": true
    }
  ]
}