Skip to content

Commit

Permalink
[NetCDF] rebuild against new HDF5 1.12.0 build
Browse files Browse the repository at this point in the history
To hopefully help with JuliaPackaging#1112.
  • Loading branch information
visr committed Nov 17, 2020
1 parent a2a4044 commit 11061e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions N/NetCDF/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ nc-config --all
# Set equal to the supported platforms in HDF5
platforms = [
Platform("x86_64", "linux"),
Platform("i686", "linux"),
# HDF5_jll on armv7l should use the same glibc as the root filesystem
# before it can be used
# https://github.com/JuliaPackaging/Yggdrasil/pull/1090#discussion_r432683488
Expand All @@ -87,7 +86,7 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("HDF5_jll"),
Dependency("HDF5_jll", v"1.12.0"),
Dependency("Zlib_jll"),
Dependency("LibCURL_jll"),
]
Expand Down

0 comments on commit 11061e8

Please sign in to comment.