aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-blas/vcpkg.json
blob: d83a9f788e60fc244cbfbdd7588b5eaa9d0dbff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "vcpkg-ci-blas",
  "version-string": "ci",
  "description": "Testing packages which provide BLAS",
  "license": null,
  "dependencies": [
    "blas",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}