-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[geos] Update to 3.10.0 #21051
[geos] Update to 3.10.0 #21051
Conversation
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 b963638b5fd08bc1b20cc603bd92e0d6e3d24565 -- versions
./vcpkg x-add-version --all
Diff
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.
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 b963638b5fd08bc1b20cc603bd92e0d6e3d24565 -- versions
./vcpkg x-add-version --all
Diff
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",
Also tested on mingw static and dynamic. |
@dan-shaw @BillyONeal Ping for merge. A blocker for other work. |
Thanks! |
What does your PR fix?
Update geos to 3.10.0.
Enables build on uwp.
Exports
-lm
usage 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 --all
and committed the result?yes