Skip to content

Commit

Permalink
[xsimd] Update to 8.1.0 (#25030)
Browse files Browse the repository at this point in the history
* [xsimd] Update to 8.1.0

* Add missing license information

* Update version
  • Loading branch information
kou authored Jun 2, 2022
1 parent a137bd0 commit 43c85d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/xsimd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xtensor-stack/xsimd
REF 8.0.3
SHA512 4c93eea5c5ba7c72f718d7d404b9630850e0805d2698d472b964e4de765678801b369ce1da5e53372f28944f5f647a7ac162995f92535a820c6f4fc9defa7e5f
REF 8.1.0
SHA512 539f7b565b45e8225c6476ca1becc8243a84ae7fb51b45a584231e7d36aee10a09d7d30fb87d89cb77813fb063a7b7617bcf01fdf996f59d99e8d474d2a044ee
HEAD_REF master
)

Expand Down
3 changes: 2 additions & 1 deletion ports/xsimd/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "xsimd",
"version": "8.0.3",
"version": "8.1.0",
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
"homepage": "https://github.com/xtensor-stack/xsimd",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7649,7 +7649,7 @@
"port-version": 1
},
"xsimd": {
"baseline": "8.0.3",
"baseline": "8.1.0",
"port-version": 0
},
"xtensor": {
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xsimd.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3d7f059f0f9d91da33b87a09615ef7f7f84cc76a",
"version": "8.1.0",
"port-version": 0
},
{
"git-tree": "e7b050635a31da5fce9834a6e8e859eb160b3916",
"version": "8.0.3",
Expand Down

0 comments on commit 43c85d7

Please sign in to comment.