mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[onednn] update to 3.4 (#37326)
- [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [X] SHA512s are updated for each updated download - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
4a5063f277
commit
31d54cc8b1
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO oneapi-src/oneDNN
|
||||
REF "v${VERSION}"
|
||||
SHA512 85f424403be4231e57929c77c6e30def3e6c6ae7e706b94585e4228cbebd625eb9f0440084315032310caed066c6746f4dbbbbd2f42660c0de5313d6bce34c1e
|
||||
SHA512 8a4ae6251e12ee641a432011da8360e08866ac005a5930d3a6278ce470d8b4a88afbd5538504274ca5e0bf053845efb41c834acaab83121d9d986a41f31ff718
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "onednn",
|
||||
"version": "3.3",
|
||||
"version": "3.4",
|
||||
"description": "oneAPI Deep Neural Network Library (oneDNN)",
|
||||
"homepage": "https://github.com/oneapi-src/oneDNN",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -6301,7 +6301,7 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"onednn": {
|
||||
"baseline": "3.3",
|
||||
"baseline": "3.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"oniguruma": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "91e1a442a3c942f03f91b3da19c07720a3d81b62",
|
||||
"version": "3.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "77f9320fe4e3c1452838c1fd098239b0a4c8e4b4",
|
||||
"version": "3.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user