Skip to content

Commit

Permalink
[libgeotiff] Fix Zlib_jll compat (#9589)
Browse files Browse the repository at this point in the history
In #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 authored Oct 10, 2024
1 parent 9989299 commit dbb7f54
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

1 comment on commit dbb7f54

@ViralBShah
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@giordano This seems to be failing to register. The PR was green. Any ideas?

Please sign in to comment.