Skip to content

Commit

Permalink
We don't need the "hdf5" alias anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jul 3, 2019
1 parent fa1ef1c commit 92b4d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using BinaryProvider # requires BinaryProvider 0.3.0 or later
const verbose = true; #"--verbose" in ARGS
const prefix = Prefix(get([a for a in ARGS if a != "--verbose"], 1, joinpath(@__DIR__, "usr")))
products = [
LibraryProduct(prefix, ["libhdf5", "hdf5"], :libhdf5),
LibraryProduct(prefix, ["libhdf5"], :libhdf5),
]

# Download binaries from hosted location
Expand Down

0 comments on commit 92b4d34

Please sign in to comment.