vcpkg/ports/onednn/vcpkg.json

20 lines
392 B
JSON

{
"name": "onednn",
"version": "3.5.3",
"port-version": 1,
"description": "oneAPI Deep Neural Network Library (oneDNN)",
"homepage": "https://github.com/oneapi-src/oneDNN",
"license": "Apache-2.0",
"supports": "x64 & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}