diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-05-09 22:53:05 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-09 22:53:05 -0700 |
| commit | 3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9 (patch) | |
| tree | 2c885cce78cb601da10c3b75b60df537f0aafa1c /ports/xsimd | |
| parent | 442d5c1b543d94b1902a17da597891104bab170e (diff) | |
| download | vcpkg-3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9.tar.gz vcpkg-3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9.zip | |
[many ports] Updates 2019.05.08 (#6382)
* [many ports] Updates 2019.05.08
* Undo changes for failure ports grpc libjpeg-turbo curl cartographer
* [guetzli] Patch to handle breaking changes in butteraugli
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 602fe6626..9c03b6339 100644 --- a/ports/xsimd/CONTROL +++ b/ports/xsimd/CONTROL @@ -1,5 +1,5 @@ Source: xsimd
-Version: 7.2.1
+Version: 7.2.2 Description: Modern, portable C++ wrappers for SIMD intrinsics
Feature: xcomplex
diff --git a/ports/xsimd/portfile.cmake b/ports/xsimd/portfile.cmake index 6e20a2a29..50c9776b3 100644 --- a/ports/xsimd/portfile.cmake +++ b/ports/xsimd/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO QuantStack/xsimd
- REF 7.2.1
- SHA512 5b2bb403215cc621428957f6f8012c7e93d068152b8702a64803713b078767539c84c0dccb963e7002bbb3dc1aee887744d80014b01536becb49fe081eb882d4
+ REF 7.2.2 + SHA512 76e98b8f12e5e388108858e5aef687a976a4c4614de9d9d6c854a6edb2ddda92c6b941a466a0b4d933c6d049c89937edfc23bbd8850b81c6293f40f8dc5bbe87
HEAD_REF master
)
|
