Skip to content

Commit

Permalink
[libgeotiff] Fix Zlib_jll compat
Browse files Browse the repository at this point in the history
In JuliaPackaging#9586 I set compat to 1.3. But the latest version I can load on Julia 1.10 is `v1.2.13+1`. This is why JuliaRegistries/General#116992 got stuck.
  • Loading branch information
visr committed Oct 10, 2024
1 parent 9989299 commit 7759cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L/libgeotiff/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies = [
Dependency("LibCURL_jll"; compat="7.73,8"),
Dependency("Libtiff_jll"; compat="4.7"),
Dependency("PROJ_jll"; compat="902.500"),
Dependency("Zlib_jll"; compat="1.3"),
Dependency("Zlib_jll"; compat="1.2.12"),
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit 7759cc7

Please sign in to comment.