mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:58:21 +08:00
66dc12b3fa
* many-ports: Update supports field * Fix several "version-string"s. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
23 lines
495 B
JSON
23 lines
495 B
JSON
{
|
|
"name": "xnnpack",
|
|
"version-date": "2021-05-17",
|
|
"port-version": 1,
|
|
"description": "High-efficiency floating-point neural network inference operators for mobile, server, and Web",
|
|
"homepage": "https://github.com/google/XNNPACK",
|
|
"supports": "!(arm & windows) & !uwp",
|
|
"dependencies": [
|
|
"cpuinfo",
|
|
"fp16",
|
|
"fxdiv",
|
|
"pthreadpool",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|