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

GibbsSeaWater_jll update #5001

Merged
merged 7 commits into from
Jun 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions G/GibbsSeaWater/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ version = v"3.5.0"
# Collection of sources required to build GibbsSeaWater
# note 3.05.0-4 is too old to be cross-compiled on FreeBSD
sources = [
"https://github.com/TEOS-10/GSW-C/archive/d392e91cb63341f543ed1609c4eff613055ab3cb.zip" =>
"454c46ec00468aeba048fa4f3cee095f927925ab699b1d1b3a25a838cef2d22c",
"https://github.com/TEOS-10/GSW-C/archive/d392e91cb63341f543ed1609c4eff613055ab3cb.zip" => "454c46ec00468aeba048fa4f3cee095f927925ab699b1d1b3a25a838cef2d22c",
giordano marked this conversation as resolved.
Show resolved Hide resolved
]

# Bash recipe for building across all platforms
Expand All @@ -35,4 +34,4 @@ dependencies = [
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.7")
kouketsu marked this conversation as resolved.
Show resolved Hide resolved