Skip to content

Commit

Permalink
require GDAL.jl 1.1.3
Browse files Browse the repository at this point in the history
Since that in turn requires PROJ_jll 7.0.1. Right now ArchGDAL can load a GDAL that was built with PROJ 7, with PROJ_jll 6, which causes issues like https://travis-ci.org/github/yeesian/ArchGDAL.jl/jobs/700533855#L373

Probably I should update the GDAL_jll to reflect that it requires PROJ 7.
  • Loading branch information
visr authored Jun 21, 2020
1 parent d3d3970 commit 47cc556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"

[compat]
DataStreams = "0.4.2"
GDAL = "1.1.1"
GDAL = "1.1.3"
GeoInterface = "0.4, 0.5"
GeoFormatTypes = "0.3"
julia = "1.3"
Expand Down

2 comments on commit 47cc556

@visr
Copy link
Collaborator Author

@visr visr commented on 47cc556 Jun 21, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request updated: JuliaRegistries/General/16698

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.1 -m "<description of version>" 47cc5564d23a7cde0591311908270444bc60643a
git push origin v0.4.1

Please sign in to comment.