Skip to content

Commit

Permalink
Merge pull request #10 from visr/aliases
Browse files Browse the repository at this point in the history
update list of aliases
  • Loading branch information
visr committed Nov 24, 2015
2 parents 5af355d + 8bb931b commit f70a9ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ using Conda

@BinDeps.setup

libgdal = library_dependency("libgdal", aliases=["gdal", "gdal111"])
libgdal = library_dependency("libgdal", aliases=["gdal","gdal111","gdal201",
"gdal_w32","gdal_w64"])

# install older gdal on windows
@windows_only provides(Conda.Manager, "libgdal==1.11.2", libgdal)
Expand Down

0 comments on commit f70a9ae

Please sign in to comment.