aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/cblas-test/vcpkg.json
blob: 6b1df977ba78774beeebdaeadcfdc2c2f4b9b572 (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": "cblas-test",
  "version-date": "2022-04-22",
  "description": "Metapackage for packages which provide BLAS",
  "license": null,
  "dependencies": [
    "cblas",
    {
      "name": "pkgconf",
      "host": true,
      "platform": "windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}