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

[libosmium] Bump boost to v1.87 to pick up aarch64-unknown-freebsd platform #10307

Merged
merged 2 commits into from
Jan 30, 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
4 changes: 2 additions & 2 deletions L/libosmium/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using BinaryBuilder, Pkg

name = "libosmium"
version = v"2.21.0"
version = v"2.21.1" # 'Fake' bump from 2.21.0 to rebuild with boost

# Collection of sources required to complete build
sources = [
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies = [
BuildDependency(PackageSpec(name="Zlib_jll", uuid="83775a58-1f1d-513f-b197-d71354ab007a")),
Dependency("Expat_jll"; compat="2.2.10"),
Dependency("Bzip2_jll"; compat="1.0.8"),
Dependency("boost_jll"; compat="=1.76.0"),
Dependency("boost_jll"; compat="=1.87.0"),
Comment on lines 40 to +42
Copy link
Member

@giordano giordano Jan 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that I'm looking at this more carefully, this is a header-only package, so I have the same comment as this one: #5660 (comment)

BuildDependency(PackageSpec(name="protozero_jll", uuid="e2028600-4f28-5e5c-ab86-957950af6e0a")),
BuildDependency("Lz4_jll"),
]
Expand Down