vcpkg/ports/mnn/vcpkg.json
Jack·Boos·Yu 43c6e295a0
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 4 (#29884)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 4

* version

* typo

* version

* typo

* version

* Remove PREFER_NINJA

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix argument

* version

* More rename

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-01 10:39:14 -08:00

56 lines
1.1 KiB
JSON

{
"name": "mnn",
"version": "1.1.0",
"port-version": 4,
"description": "MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba",
"homepage": "https://www.mnn.zone/",
"license": "Apache-2.0",
"supports": "!(arm | uwp | ios | android)",
"dependencies": [
"flatbuffers",
{
"name": "flatbuffers",
"host": true
},
"rapidjson",
"stb",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"cuda": {
"description": "Enable CUDA API backend",
"dependencies": [
"cuda",
"cudnn"
]
},
"metal": {
"description": "Enable Metal API backend for Apple platforms"
},
"opencl": {
"description": "Enable OpenCL API backend",
"dependencies": [
"opencl"
]
},
"test": {
"description": "Build MNN test programs"
},
"tools": {
"description": "Build MNN tools",
"dependencies": [
"protobuf"
]
},
"vulkan": {
"description": "Enable Vulkan API backend",
"dependencies": [
"vulkan"
]
}
}
}