mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:19:24 +08:00
656fcc6ab2
* [fmt] Update to version 10.0.0. * [fmt] Update portfile. - Remove dead code. It is no longer necessary to manually move DLLs and edit CMake configs. - Use vcpkg_install_copyright. * [fmt] Update baseline. * [cachelib] Update to 2023.05.08.00, support fmt 10 * Update to 2023.05.08.00. * Add patch to support fmt 10. * Update baseline. * [spdlog] Add upstream patch for fmt 10. * Add upstream patch to support fmt 10. * Update portfile. * Add usage. * Update baseline. * [seacas] Add upstream patch to support fmt 10.0.0. * Add patch to support fmt 10.0.0. * Update baseline. * [coolprop] Update patch to support fmt 10. * Update patch to support fmt 10.0.0. See CoolProp/CoolProp#2252 * Update baseline. * [wasmedge] Add patch for fmt 10 support. * Add patch to support fmt 10 * Update baseline
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "wasmedge",
|
|
"version": "0.12.1",
|
|
"port-version": 1,
|
|
"description": "WasmEdge is a high-performance WebAssembly runtime for edge computing.",
|
|
"homepage": "https://WasmEdge.org",
|
|
"license": "Apache-2.0",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-align",
|
|
"boost-predef",
|
|
"spdlog",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"tools"
|
|
],
|
|
"features": {
|
|
"aot": {
|
|
"description": "Build with the Ahead-of-Time compiler supporting",
|
|
"dependencies": [
|
|
"llvm"
|
|
]
|
|
},
|
|
"plugin-wasi-nn-backend-openvino": {
|
|
"description": "Build the OpenVINO backend plugin for the WasmEdge WASI-NN extension",
|
|
"supports": "linux & !static"
|
|
},
|
|
"plugin-wasi-nn-backend-pytorch": {
|
|
"description": "Build the PyTorch backend plugin for the WasmEdge WASI-NN extension",
|
|
"supports": "linux & !static"
|
|
},
|
|
"plugin-wasi-nn-backend-tensorflowlite": {
|
|
"description": "Build the TensorFlow Lite backend plugin for the WasmEdge WASI-NN extension",
|
|
"supports": "linux & !static"
|
|
},
|
|
"plugins": {
|
|
"description": "Build plugins",
|
|
"supports": "!static"
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|