mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
26 lines
567 B
JSON
26 lines
567 B
JSON
{
|
|
"name": "cpuinfo",
|
|
"version-date": "2022-07-19",
|
|
"port-version": 3,
|
|
"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": {
|
|
"tools": {
|
|
"description": "Build cpuinfo command-line tools",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|