Skip to content

Commit

Permalink
[GDAL] add LibCURL_jll compat
Browse files Browse the repository at this point in the history
Should fix

```
ERROR: LoadError: InitError: could not load library "/Users/runner/.julia/artifacts/83ad874b4fee57727baf6ef9ca825d716af58f20/lib/libgdal.31.dylib"
dlopen(/Users/runner/.julia/artifacts/83ad874b4fee57727baf6ef9ca825d716af58f20/lib/libgdal.31.dylib, 1): Library not loaded: @rpath/libcurl.4.dylib
  Referenced from: /Users/runner/.julia/artifacts/83ad874b4fee57727baf6ef9ca825d716af58f20/lib/libgdal.31.dylib
  Reason: Incompatible library version: libgdal.31.dylib requires version 13.0.0 or later, but libcurl.4.dylib provides version 12.0.0
```

from JuliaGeo/GDAL.jl#136

Version 7.73 is the version that julia 1.6 uses:
https://github.com/JuliaLang/julia/blob/v1.6.6/stdlib/LibCURL_jll/Project.toml#L3
  • Loading branch information
visr committed Jun 2, 2022
1 parent 7289473 commit 6fce471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies = [
Dependency("Zstd_jll"),
Dependency("Libtiff_jll"; compat="4.3"),
Dependency("libgeotiff_jll"; compat="1.7.1"),
Dependency("LibCURL_jll"),
Dependency("LibCURL_jll"; compat="7.73"),
]

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

0 comments on commit 6fce471

Please sign in to comment.