Skip to content

Commit 9da9aa0

Browse files
authored
Update Arpack.jl (#28)
* Update Arpack.jl * Update Arpack.jl
1 parent 6fa08c9 commit 9da9aa0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Arpack.jl

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Arnoldi and Lanczos iteration for computing eigenvalues
77
"""
88
module Arpack
99

10+
# To make Pkg aware that this dependency
11+
# will be injected by BinaryProvider.
12+
using Libdl
13+
1014
const depsfile = joinpath(@__DIR__, "..", "deps", "deps.jl")
1115

1216
if isfile(depsfile)

0 commit comments

Comments
 (0)