mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:19:00 +08:00
754b45e090
* [ncnn] Add new port * [ncnn] Add new port * update version * add ncnn options * update vcpkg.json to constraint supported platforms * Add a new final line * update version * Update ports/ncnn/portfile.cmake Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * fixed ncnn install error * Update to latest upstream version * Fixup pc files * version * unsupported on Windows arm * version Co-authored-by: holylong <mrhlingchen@163.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "ncnn",
|
|
"version": "20220729",
|
|
"description": "ncnn is a high-performance neural network inference computing framework.",
|
|
"homepage": "https://github.com/Tencent/ncnn",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(windows & arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|