Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/xsimd/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: xsimd
Version: 7.1.2
Version: 7.1.3
Description: Modern, portable C++ wrappers for SIMD intrinsics

Feature: xcomplex
Expand Down
24 changes: 0 additions & 24 deletions ports/xsimd/PatchHeaderIncludeGuard.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/xsimd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO QuantStack/xsimd
REF 7.1.2
SHA512 9479eb6188a68388d470e38ec7b08aaeeb03a1028a574258b52e1c39ce0b1b1aaf97a5cb898447f68c989badd23903ba7a059f5daf59160c660ba751d668c0eb
REF 7.1.3
SHA512 9f0e2babee9a3a80e16440466277bd635a26197f80cdf806312f7e1cc616db59062887566d50b4cdebe3c3ba4d60155b477684177607428aee53e1d5a95de926
HEAD_REF master
PATCHES PatchHeaderIncludeGuard.patch
)

if("xcomplex" IN_LIST FEATURES)
Expand Down
2 changes: 1 addition & 1 deletion ports/xtensor/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: xtensor
Version: 2019-01-20
Version: 0.19.3
Description: C++ tensors with broadcasting and lazy computing
Build-Depends: nlohmann-json, xtl

Expand Down
4 changes: 2 additions & 2 deletions ports/xtensor/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO QuantStack/xtensor
REF ca0cfdbde852ee61a3ef20076e2733030f3d6479
SHA512 d960a3c1c3e6c9250c6bc5ed4e641486980a3ffa4179696eabb92fee50673901324cd2174b76cbd74ab07e6f3c175a26cb564b3087863602c3dce0a83a263da6
REF 0.19.3
SHA512 e3b0085115252441ef4ddf21ef48ca18c3872c24d7f94d2f7533fa8f4b00dff0b5613946296f9dd4d7db3381ff43b41dd2f1ae3857a409fabd439eade431aba2
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/xtl/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: xtl
Version: 0.5.3
Version: 0.5.4
Build-Depends: nlohmann-json
Description: The x template library.
4 changes: 2 additions & 2 deletions ports/xtl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO QuantStack/xtl
REF 0.5.3
SHA512 340e10a113d88be81833e8c123835de0fd30bc9b80387cd260edbff5e54ff2d78a72f77ec8803e3031f54f32c7f189a7afc9e0c1b7446fc6340a4482f308ccbf
REF 0.5.4
SHA512 6181334dda9a2afce4ce2809572605c2f911770f7805a8328e14fa94d4572475c7725f2ead54daec00e62933df6a4c22616a247798c5b7f1f3bd4290945776c8
HEAD_REF master
)

Expand Down