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

[NetCDF] upgrade to NetCDF v4.8.1 for non-Windows platforms and julia 1.8 compat #4826

Merged
merged 8 commits into from
Apr 25, 2022
12 changes: 12 additions & 0 deletions N/NetCDF/[email protected]/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
include("../common.jl")


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

# 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")
Loading