Skip to content

Commit

Permalink
HighFive: New version 2.10.1 (#10050)
Browse files Browse the repository at this point in the history
* HighFive: New version 2.10.1

* HighFive: Correct boost compat declaration
  • Loading branch information
eschnett authored Dec 21, 2024
1 parent 06e9b59 commit 18f1d30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions H/HighFive/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using BinaryBuilder, BinaryBuilderBase, Pkg

name = "HighFive"
version = v"2.9.0"
version = v"2.10.1"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/BlueBrain/HighFive", "0d0259e823a0e8aee2f036ba738c703ac4a0721c"),
GitSource("https://github.com/BlueBrain/HighFive", "ede97c8d51905c1640038561d12d41da173012ac"),
]

# Bash recipe for building across all platforms
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies = [
BuildDependency("xtensor_jll"),
Dependency("HDF5_jll"; compat="~1.14.0"),
# Dependency("OpenCV_jll"),
Dependency("boost_jll"; compat="1.76.0"),
Dependency("boost_jll"; compat="=1.79.0"),
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit 18f1d30

Please sign in to comment.