diff options
| author | Seeker <meaningseeking@protonmail.com> | 2020-11-11 15:20:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-11 15:20:37 -0800 |
| commit | 966efe0196b07c94abd4aff29255286edad1d08e (patch) | |
| tree | b6710b9153efe501ab65fe812940f3962ea593cc /ports/xsimd | |
| parent | 0abdaf5c9d2f8ce40a10cde1955df4c2d4f4060f (diff) | |
| download | vcpkg-966efe0196b07c94abd4aff29255286edad1d08e.tar.gz vcpkg-966efe0196b07c94abd4aff29255286edad1d08e.zip | |
[xsimd][xtensor][xtl] Update to latest (#14454)
* [xsimd] update to 7.4.9
* [xtensor] update to 0.21.9
* [xtl] update to 0.21.9
Diffstat (limited to 'ports/xsimd')
| -rw-r--r-- | ports/xsimd/CONTROL | 2 | ||||
| -rw-r--r-- | ports/xsimd/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/xsimd/CONTROL b/ports/xsimd/CONTROL index 6fb8a2e38..5e4057b4b 100644 --- a/ports/xsimd/CONTROL +++ b/ports/xsimd/CONTROL @@ -1,5 +1,5 @@ Source: xsimd
-Version: 7.4.8 +Version: 7.4.9
Description: Modern, portable C++ wrappers for SIMD intrinsics
Homepage: https://github.com/xtensor-stack/xsimd
diff --git a/ports/xsimd/portfile.cmake b/ports/xsimd/portfile.cmake index 3e9b4cdf7..b487d350c 100644 --- a/ports/xsimd/portfile.cmake +++ b/ports/xsimd/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xtensor-stack/xsimd
- REF b8c5b02344675825539c56e2d598f41b6ca1ada2 # 7.4.8 - SHA512 7480c64cecee2b2954422dcf44f4f1855777030bc6f612c0fb2c97e822d9589ed7c90eef0f784e20766c7ef28d7297ec838f86ed37193dddccc67bfa2fa41761
+ REF 0c8e9e7b67369003ba291a3df8060d605ae3bd4f # 7.4.9
+ SHA512 6c22c3a349ff1aa495d0aa66c0159539e10e1b9418eb4c4b7b1b42ce36a8a33e87cc93484daadae7b837f72fb20429ef50461316c6107b2b68c969323d68bcf9
HEAD_REF master
)
|
