aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/lapack-test/vcpkg.json
blob: 00c2832d328cf370206baf189f405e5b3e7a0702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
  "name": "lapack-test",
  "version-date": "2022-02-22",
  "description": "Metapackage for packages which provide LAPACK",
  "license": null,
  "dependencies": [
    "lapack",
    {
      "name": "pkgconf",
      "host": true,
      "platform": "windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}