pineapple/externals/vcpkg/ports/cpuinfo/vcpkg.json

24 lines
522 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "cpuinfo",
"version-date": "2022-04-02",
"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"
}
}
}