mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 10:38:59 +08:00
0af508e510
Submitted upstream as https://github.com/pytorch/cpuinfo/pull/93 Resolves https://github.com/microsoft/vcpkg/issues/24713 Competing resolution of https://github.com/microsoft/vcpkg/pull/24726
25 lines
543 B
JSON
25 lines
543 B
JSON
{
|
|
"name": "cpuinfo",
|
|
"version-date": "2022-04-02",
|
|
"port-version": 1,
|
|
"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": "!(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build cpuinfo command-line tools"
|
|
}
|
|
}
|
|
}
|