aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/torch-th/vcpkg.json
blob: 5d545ff5f82bd3e26ab8f63525b868d732faa66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "torch-th",
  "version-date": "2019-04-19",
  "port-version": 6,
  "description": "Torch's TH library",
  "homepage": "https://github.com/torch/torch7",
  "license": "BSD-3-Clause",
  "dependencies": [
    "blas",
    "lapack",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}