early-access version 2853
This commit is contained in:
23
externals/vcpkg/ports/cpuinfo/vcpkg.json
vendored
Executable file
23
externals/vcpkg/ports/cpuinfo/vcpkg.json
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user