Skip to content

Commit

Permalink
update to NetCDF v4.9.0 (#5297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth authored Aug 12, 2022
1 parent bf4efe0 commit f4bfae8
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 765 deletions.
4 changes: 2 additions & 2 deletions N/NetCDF/NetCDF@julia-1.8/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ include("../common.jl")


# Offset to add to the version number. Remember to always bump this.
version_offset = v"0.2.3"
version_offset = v"0.2.4"

# Minimum Julia version supported: this is important to decide which versions of
# the dependencies to use, in particular the JLL stdlibs.
min_julia_version = v"1.8"

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, configure(version_offset, min_julia_version)...; julia_compat="1.8")
build_tarballs(ARGS, configure(version_offset, min_julia_version)...; julia_compat="1.8", preferred_gcc_version=v"5")
Loading

0 comments on commit f4bfae8

Please sign in to comment.