mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[xsimd] update to 12.1.1 (#37331)
- [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
0741a592e0
commit
856d578aef
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO xtensor-stack/xsimd
|
||||
REF "${VERSION}"
|
||||
SHA512 6b8ec8d3ab7ca850dbcf9f97707b72dc443a17693eb040c187802c161c85a65029ccb1690219a33c4018afcd303a2f93eb69facbf8178e286cd9fc36ec63f0c1
|
||||
SHA512 8e45a8e9b28358d5f20f713ea19a8c366edc62790c27984149f283dfe808d78a549c8ec465e8b3677d7e30b2cb80093908de364bbb9dc80683f5fdfb843131e1
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xsimd",
|
||||
"version": "12.0.0",
|
||||
"version": "12.1.1",
|
||||
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
|
||||
"homepage": "https://github.com/xtensor-stack/xsimd",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -9445,7 +9445,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"xsimd": {
|
||||
"baseline": "12.0.0",
|
||||
"baseline": "12.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"xtensor": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ca2d5b99e04ca0ccb3f30d0ca8a654bb4d371369",
|
||||
"version": "12.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3e979cb9a0721fa813065c5783d604bac193f6c6",
|
||||
"version": "12.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user