vcpkg/ports/onednn/vcpkg.json

19 lines
371 B
JSON
Raw Normal View History

2020-12-17 16:12:26 +08:00
{
"name": "onednn",
"version": "3.5.3",
2020-12-17 16:12:26 +08:00
"description": "oneAPI Deep Neural Network Library (oneDNN)",
"homepage": "https://github.com/oneapi-src/oneDNN",
2022-07-21 06:43:00 +08:00
"license": "Apache-2.0",
"supports": "x64 & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
2020-12-17 16:12:26 +08:00
}