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/xtl | |
| 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/xtl')
| -rw-r--r-- | ports/xtl/CONTROL | 2 | ||||
| -rw-r--r-- | ports/xtl/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/xtl/CONTROL b/ports/xtl/CONTROL index 14de44852..41cd7e88b 100644 --- a/ports/xtl/CONTROL +++ b/ports/xtl/CONTROL @@ -1,5 +1,5 @@ Source: xtl
-Version: 0.6.18 +Version: 0.6.21
Build-Depends: nlohmann-json
Description: The x template library.
Homepage: https://github.com/xtensor-stack/xtl
diff --git a/ports/xtl/portfile.cmake b/ports/xtl/portfile.cmake index 008dc2a2d..5c761315a 100644 --- a/ports/xtl/portfile.cmake +++ b/ports/xtl/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xtensor-stack/xtl
- REF 81e467fe31751a220d0c106e4108b5de85311d06 # 0.6.18 - SHA512 974f5d2526bbe1d18bd5dc247bf7c203f8210b38effe8c1cb8cea3acc25053cca9a3a63e06799b2ba1a63700961393fb90babd83bafac4330c1282fffec7a2ae
+ REF 6c017f4a81a59bd52008025a785ce745e5b7f49c # 0.6.21
+ SHA512 f007196a38da267b6f457ce587220b60686b1c23670ab03d5f0516bb3b8c7b1e5b8859d57255e96f713bfc08a46d38dd497e55afc17fa40f2b653073690093c9
HEAD_REF master
)
|
