aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fbgemm/vcpkg.json
blob: 2df593a47767c653c1080aacd25c5f532c7002fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "fbgemm",
  "version": "1.0.0",
  "port-version": 1,
  "description": "FB (Facebook) + GEMM (General Matrix-Matrix Multiplication)",
  "homepage": "https://code.fb.com/ml-applications/fbgemm/",
  "license": "BSD-3-Clause",
  "supports": "!arm & !x86 & !uwp",
  "dependencies": [
    "asmjit",
    "cpuinfo",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}