Skip to content

Commit

Permalink
Update Arpack.jl (#28)
Browse files Browse the repository at this point in the history
* Update Arpack.jl

* Update Arpack.jl
  • Loading branch information
fredrikekre authored Aug 8, 2018
1 parent 6fa08c9 commit 9da9aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Arpack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Arnoldi and Lanczos iteration for computing eigenvalues
"""
module Arpack

# To make Pkg aware that this dependency
# will be injected by BinaryProvider.
using Libdl

const depsfile = joinpath(@__DIR__, "..", "deps", "deps.jl")

if isfile(depsfile)
Expand Down

0 comments on commit 9da9aa0

Please sign in to comment.