Skip to content
12 changes: 12 additions & 0 deletions N/NetCDF/NetCDF@julia-1.8/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