We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f930eb commit 9a9ce85Copy full SHA for 9a9ce85
1 file changed
deps/build.jl
@@ -3,7 +3,7 @@ using Compat
3
4
@BinDeps.setup
5
6
-libgsl = library_dependency("libgsl")
+libgsl = library_dependency("libgsl", aliases="libgsl-0")
7
8
# package managers
9
provides(AptGet, @compat Dict("libgsl0ldbl"=>libgsl, "libgsl0-dev" =>libgsl, "gsl-bin"=>libgsl))
0 commit comments