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

[GEOS] Update to v3.13.1 #10713

Merged
merged 3 commits into from
Mar 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions G/GEOS/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
using BinaryBuilder

name = "GEOS"
version = v"3.13.0"
ygg_version = v"3.13.1" # bump ygg version to pick up new platforms
version = v"3.13.1"

# Collection of sources required to build GEOS
sources = [
ArchiveSource("http://download.osgeo.org/geos/geos-$version.tar.bz2",
"47ec83ff334d672b9e4426695f15da6e6368244214971fabf386ff8ef6df39e4" )
"df2c50503295f325e7c8d7b783aca8ba4773919cde984193850cf9e361dfd28c")
]

# Bash recipe for building across all platforms
Expand Down Expand Up @@ -48,4 +47,4 @@ products = [
dependencies = []

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, ygg_version, sources, script, platforms, products, dependencies; julia_compat="1.6", preferred_gcc_version=v"6")
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6", preferred_gcc_version=v"6")