-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[xtensor-io ] updates to 0.13.0 #21946
Conversation
@tatatupi , Thanks for your pr, please run command "./vcpkg x-add-version xtensor-io --overwrite-version" then commit again. |
Co-authored-by: JonLiu1993 <[email protected]>
I just ran it and nothing happened. I guess it is a lib that no other depends on? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 14543ba18235846803ab1d3534cf2f63c6024b20 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 23700b7..ddee135 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7358,12 +7358,11 @@
},
"xtensor-fftw": {
"baseline": "2019-11-30",
-
"port-version": 2
},
"xtensor-io": {
"baseline": "0.13.0",
- "port-version": 1
+ "port-version": 0
},
"xtl": {
"baseline": "0.7.2",
diff --git a/versions/x-/xtensor-io.json b/versions/x-/xtensor-io.json
index 8bf28e9..63aa721 100644
--- a/versions/x-/xtensor-io.json
+++ b/versions/x-/xtensor-io.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "71f1c4cb5fb871e6dd863766646a38b232a20b2f",
+ "version": "0.13.0",
+ "port-version": 0
+ },
{
"git-tree": "ba855025d72826b6462959f0e8f895e62102e626",
"version": "0.12.8",
Thanks for the update! |
The hash has not been updated, unable to build the package: [DEBUG] Downloading https://github.com/xtensor-stack/xtensor-io/archive/ffada938383b0f24c9e0b07cea7d5780057e1d96.tar.gz |
@tatatupi ,Thanks for your reminder, I will submit a new pr to update the hash value |
Updates xtensor-io to 0.13.0