Merged
Conversation
There was a problem hiding this comment.
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 b963638b5fd08bc1b20cc603bd92e0d6e3d24565 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index cbbdd60..21aa87a 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2381,8 +2381,8 @@
"port-version": 1
},
"geos": {
- "baseline": "3.9.1",
- "port-version": 3
+ "baseline": "3.10.0",
+ "port-version": 0
},
"geotrans": {
"baseline": "3.8",
diff --git a/versions/g-/geos.json b/versions/g-/geos.json
index 0f7002d..5ae0d0e 100644
--- a/versions/g-/geos.json
+++ b/versions/g-/geos.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "c282ae7804f031b6b35aee91af91085f17bdd16c",
+ "version": "3.10.0",
+ "port-version": 0
+ },
{
"git-tree": "9a0a3db2edc588598505038b452c9c7c91c1be6e",
"version": "3.9.1",There was a problem hiding this comment.
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 b963638b5fd08bc1b20cc603bd92e0d6e3d24565 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index cbbdd60..21aa87a 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2381,8 +2381,8 @@
"port-version": 1
},
"geos": {
- "baseline": "3.9.1",
- "port-version": 3
+ "baseline": "3.10.0",
+ "port-version": 0
},
"geotrans": {
"baseline": "3.8",
diff --git a/versions/g-/geos.json b/versions/g-/geos.json
index 0f7002d..5bf0128 100644
--- a/versions/g-/geos.json
+++ b/versions/g-/geos.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "c36156409f7ef1a3fc13dc5b865d80fef52d9541",
+ "version": "3.10.0",
+ "port-version": 0
+ },
{
"git-tree": "9a0a3db2edc588598505038b452c9c7c91c1be6e",
"version": "3.9.1",
4 tasks
NancyLi1013
reviewed
Oct 29, 2021
NancyLi1013
reviewed
Oct 29, 2021
Contributor
Author
|
Also tested on mingw static and dynamic. |
NancyLi1013
approved these changes
Nov 1, 2021
Contributor
Author
|
@dan-shaw @BillyONeal Ping for merge. A blocker for other work. |
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does your PR fix?
Update geos to 3.10.0.
Enables build on uwp.
Exports
-lmusage requirement in pc file and config script (i.e. fixes port bug).CMake is an official build system now. There were significant improvements upstream, but the exported configuration still needs fixup for vcpkg.
Which triplets are supported/not supported? Have you updated the CI baseline?
all, yes
Does your PR follow the maintainer guide?
yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?yes