aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpuinfo/vcpkg.json
blob: ed76f2ad3b61137d881ac1c461c6a00e880f57af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "cpuinfo",
  "version-date": "2025-09-06",
  "description": "CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)",
  "homepage": "https://github.com/pytorch/cpuinfo",
  "license": "BSD-2-Clause",
  "supports": "!(uwp & arm32)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "clog": {
      "description": "Build clog support",
      "supports": "!uwp"
    },
    "tools": {
      "description": "Build cpuinfo command-line tools",
      "supports": "!uwp"
    }
  }
}