mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
e809a42f87
* [cpuinfo] update to latest * use official support of CMake find_package * [cpuinfo] update triplet support * [nnpack] fix cpuinfo usage * [qnnpack] fix cpuinfo usage * [fbgemm] fix cpuinfo usage * [xnnpack] fix cpuinfo usage * [cpuinfo] add license * [nnpack] port license/dependencies * [qnnpack] port license * [xnnpack] port license * [fbgemm] port license * fix supports * I think this should work? * alright, arm&windows is unsupported... for now Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
24 lines
524 B
JSON
24 lines
524 B
JSON
{
|
|
"name": "xnnpack",
|
|
"version-date": "2021-05-17",
|
|
"port-version": 2,
|
|
"description": "High-efficiency floating-point neural network inference operators for mobile, server, and Web",
|
|
"homepage": "https://github.com/google/XNNPACK",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(arm & windows) & !uwp",
|
|
"dependencies": [
|
|
"cpuinfo",
|
|
"fp16",
|
|
"fxdiv",
|
|
"pthreadpool",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|