This is an automated email from the ASF dual-hosted git repository.
zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 20dea01e00 [VL] Add s2geometry to vcpkg.json (#12329)
20dea01e00 is described below
commit 20dea01e00cfacdd61614fa2b25dbfcbd3bf0a86
Author: inf <[email protected]>
AuthorDate: Wed Jul 1 20:01:26 2026 +0000
[VL] Add s2geometry to vcpkg.json (#12329)
Adding S2Geometry to vcpkg will allow Gluten's vcpkg to build Velox with
tests, as it requires GEO to be enabled.
---
dev/vcpkg/vcpkg.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev/vcpkg/vcpkg.json b/dev/vcpkg/vcpkg.json
index 69b252a0e9..55cf757364 100644
--- a/dev/vcpkg/vcpkg.json
+++ b/dev/vcpkg/vcpkg.json
@@ -17,6 +17,7 @@
"re2",
"gflags",
"glog",
+ "s2geometry",
"snappy",
"libdwarf",
"fmt",
@@ -126,6 +127,7 @@
{ "name": "azure-identity-cpp", "version": "1.11.0"},
{ "name": "openssl", "version": "3.5.2"},
{ "name": "fbthrift", "version": "2026.02.23.00"},
- { "name": "grpc", "version": "1.51.1"}
+ { "name": "grpc", "version": "1.51.1"},
+ { "name": "s2geometry", "version": "0.11.1" }
]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]