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

relax LibCURL_jll compat to include v8 #7127

Merged
merged 1 commit into from
Jul 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies = [
Dependency("Zstd_jll"),
Dependency("Libtiff_jll"; compat="4.3"),
Dependency("libgeotiff_jll"; compat="100.700.100"),
Dependency("LibCURL_jll"; compat="7.73"),
Dependency("LibCURL_jll"; compat="7.73,8"),
Dependency("NetCDF_jll"; compat="400.902.5", platforms=hdf5_platforms),
# Updating to a newer HDF5 version is likely possible without problems but requires rebuilding this package
Dependency("HDF5_jll"; compat="~1.12", platforms=hdf5_platforms),
Expand Down
4 changes: 2 additions & 2 deletions G/Git/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ readlink_f() {
TARGET_FILE="$(basename "${TARGET_FILE}")"
done

# Compute the canonicalized name by finding the physical path
# Compute the canonicalized name by finding the physical path
# for the directory we're in and appending the target file.
PHYS_DIR="$(pwd -P)"
echo "${PHYS_DIR}/${TARGET_FILE}"
Expand All @@ -112,7 +112,7 @@ products = [
dependencies = [
# Need a host gettext for msgfmt
HostBuildDependency("Gettext_jll"),
Dependency("LibCURL_jll"; compat="7.73.0"),
Dependency("LibCURL_jll"; compat="7.73.0,8"),
Dependency("Expat_jll"; compat="2.2.10"),
Dependency("OpenSSL_jll"; compat="1.1.10"),
Dependency("Libiconv_jll"),
Expand Down
2 changes: 1 addition & 1 deletion M/MariaDB_Connector_C/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("LibCURL_jll"; compat="7.73.0"),
Dependency("LibCURL_jll"; compat="7.73.0,8"),
Dependency("Libiconv_jll"),
Dependency("OpenSSL_jll"; compat="1.1.10"),
Dependency("Zlib_jll"),
Expand Down
2 changes: 1 addition & 1 deletion N/NetCDF/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ products = [
dependencies = [
Dependency("Bzip2_jll"),
Dependency("HDF5_jll"; compat = "~1.14"),
Dependency("LibCURL_jll"; compat = "7.73.0"),
Dependency("LibCURL_jll"; compat = "7.73.0,8"),
Dependency("XML2_jll"),
Dependency("Zlib_jll"),
Dependency("Zstd_jll"),
Expand Down