mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
74e940f647
* Bumped version to 3.0.0 release. * Update ports/onednn/vcpkg.json Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/onednn/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Applied changes requests from @LilyWangLL. * Final database update. * Fixed inability to download hidden by asset caching. --------- Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
371 B
JSON
19 lines
371 B
JSON
{
|
|
"name": "onednn",
|
|
"version": "3.0.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|