Skip to content

Commit 9a9ce85

Browse files
committed
add an alias to fix "Provider PackageManager failed to satisfy dependency libgsl"
1 parent 9f930eb commit 9a9ce85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Compat
33

44
@BinDeps.setup
55

6-
libgsl = library_dependency("libgsl")
6+
libgsl = library_dependency("libgsl", aliases="libgsl-0")
77

88
# package managers
99
provides(AptGet, @compat Dict("libgsl0ldbl"=>libgsl, "libgsl0-dev" =>libgsl, "gsl-bin"=>libgsl))

0 commit comments

Comments
 (0)