Skip to content

Commit

Permalink
[xtensor-blas] update to 0.21.0 (#43798)
Browse files Browse the repository at this point in the history
  • Loading branch information
rremilian authored Feb 13, 2025
1 parent 7f4c468 commit 6471c0f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/xtensor-blas/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/xtensor-blas
REF 66ab0fa7cd53d0b914f89d4d451576a9240ea457 # 0.20.0
SHA512 c95aa1388577ca74933c81e56322c9dae9c4d6b0493be60d5a3bfbaeaf769f6005542b5b0a24a6c6374007499113c2920870b01c4f5ea712ad78c2468964b6db
REF "${VERSION}"
SHA512 3a5cb8c232e7631a0f247c777c3aa6842198d3403c9272f7126985aead45151a668868883b448da859d1060e0b7a17a9dacd92fdaf19497b919cd3e335f57d82
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/xtensor-blas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xtensor-blas",
"version": "0.20.0",
"version": "0.21.0",
"description": "BLAS extension to xtensor",
"homepage": "https://github.com/xtensor-stack/xtensor-blas",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -10033,7 +10033,7 @@
"port-version": 0
},
"xtensor-blas": {
"baseline": "0.20.0",
"baseline": "0.21.0",
"port-version": 0
},
"xtensor-fftw": {
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xtensor-blas.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "061a6689b97b70cf23065077878edf0017cff2ad",
"version": "0.21.0",
"port-version": 0
},
{
"git-tree": "1dd896df9d5ded9e0980d91c3d1727c4105dd7c3",
"version": "0.20.0",
Expand Down

0 comments on commit 6471c0f

Please sign in to comment.