Skip to content
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

[vcglib] update to 2021.10 #17252

Closed
wants to merge 12 commits into from
Closed

Conversation

JonLiu1993
Copy link
Member

@JonLiu1993 JonLiu1993 commented Apr 13, 2021

Fix #17212

Update vcglib to the latest version 2021.10

Note: no feature need to test

@JonLiu1993 JonLiu1993 added info:internal This PR or Issue was filed by the vcpkg team. category:port-update The issue is with a library, which is requesting update new revision labels Apr 13, 2021
@JonLiu1993 JonLiu1993 closed this May 8, 2021
@JonLiu1993 JonLiu1993 reopened this May 10, 2021
@JonLiu1993
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@JonLiu1993 JonLiu1993 marked this pull request as ready for review May 11, 2021 00:46
@NancyLi1013
Copy link
Contributor

Please update to the latest version 2020.12.

Copy link

@github-actions github-actions bot left a 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 9d892ff9270f2d2fe3b8e490471f0a7dfa78981e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/v-/vcglib.json b/versions/v-/vcglib.json
index 1b58f38c..56a198dd 100644
--- a/versions/v-/vcglib.json
+++ b/versions/v-/vcglib.json
@@ -5,6 +5,11 @@
       "version-string": "2021.07",
       "port-version": 0
     },
+    {
+      "git-tree": "4ed58c0ed176662ca418315c77fb0137c2cf7769",
+      "version-string": "1.0.1",
+      "port-version": 1
+    },
     {
       "git-tree": "18b77419728670df6316365979f59919168b9ee2",
       "version-string": "1.0.1",

Copy link

@github-actions github-actions bot left a 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 9d892ff9270f2d2fe3b8e490471f0a7dfa78981e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/v-/vcglib.json b/versions/v-/vcglib.json
index c6a4026f..0f77fcae 100644
--- a/versions/v-/vcglib.json
+++ b/versions/v-/vcglib.json
@@ -5,6 +5,11 @@
       "version-string": "2021.07",
       "port-version": 0
     },
+    {
+      "git-tree": "4ed58c0ed176662ca418315c77fb0137c2cf7769",
+      "version-string": "1.0.1",
+      "port-version": 1
+    },
     {
       "git-tree": "18b77419728670df6316365979f59919168b9ee2",
       "version-string": "1.0.1",

@PhoebeHui PhoebeHui assigned Cheney-W and unassigned NancyLi1013 Nov 22, 2021
@Cheney-W
Copy link
Contributor

The latest version of vcglib is https://github.com/cnr-isti-vclab/vcglib/releases/tag/2021.10, could you please update this port to it?

@JonLiu1993 JonLiu1993 changed the title [vcglib] update to 2020.09 [vcglib] update to 2021.10 Dec 29, 2021
Copy link

@github-actions github-actions bot left a 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 9d892ff9270f2d2fe3b8e490471f0a7dfa78981e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/v-/vcglib.json b/versions/v-/vcglib.json
index ef7ee992..96f9f53f 100644
--- a/versions/v-/vcglib.json
+++ b/versions/v-/vcglib.json
@@ -5,6 +5,11 @@
       "version-string": "2021.10",
       "port-version": 0
     },
+    {
+      "git-tree": "4ed58c0ed176662ca418315c77fb0137c2cf7769",
+      "version-string": "1.0.1",
+      "port-version": 1
+    },
     {
       "git-tree": "18b77419728670df6316365979f59919168b9ee2",
       "version-string": "1.0.1",

Copy link

@github-actions github-actions bot left a 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 9d892ff9270f2d2fe3b8e490471f0a7dfa78981e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/v-/vcglib.json b/versions/v-/vcglib.json
index 708bdf06..7b1df1f9 100644
--- a/versions/v-/vcglib.json
+++ b/versions/v-/vcglib.json
@@ -5,6 +5,11 @@
       "version-string": "2021.10",
       "port-version": 0
     },
+    {
+      "git-tree": "4ed58c0ed176662ca418315c77fb0137c2cf7769",
+      "version-string": "1.0.1",
+      "port-version": 1
+    },
     {
       "git-tree": "18b77419728670df6316365979f59919168b9ee2",
       "version-string": "1.0.1",

@JonLiu1993 JonLiu1993 marked this pull request as draft January 6, 2022 07:26
@JonLiu1993
Copy link
Member Author

Temporarily turn off this pr, I will reopen it when I have time to deal with this pr

@JonLiu1993 JonLiu1993 closed this Jan 7, 2022
@JonLiu1993
Copy link
Member Author

Duplicate of #25135

@JonLiu1993 JonLiu1993 marked this as a duplicate of #25135 Jun 8, 2022
@JonLiu1993 JonLiu1993 deleted the dev/Jon/vcglib branch June 8, 2022 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[vcglib] update to 2020.09
3 participants