Skip to content

Commit

Permalink
Don't refer to IterativeEigensolvers or SuiteSparse in Compat.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Jun 17, 2018
1 parent 5c1875a commit a7e86d6
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/Compat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -843,20 +843,6 @@ else
import Printf
end

if VERSION < v"0.7.0-DEV.2655"
@eval module IterativeEigensolvers
using Base: eigs, svds
export eigs, svds
end
elseif VERSION < v"0.7.0-DEV.3019"
@eval module IterativeEigensolvers
using IterativeEigenSolvers: eigs, svds
export eigs, svds
end
else
import IterativeEigensolvers
end

@static if VERSION < v"0.7.0-DEV.3449"
const LinearAlgebra = Base.LinAlg
else
Expand All @@ -881,17 +867,6 @@ else
import Markdown
end

if VERSION < v"0.7.0-DEV.2609"
@eval module SuiteSparse
if Base.USE_GPL_LIBS
using Compat.SparseArrays: CHOLMOD, SPQR, UMFPACK
end
using Compat.SparseArrays: increment, increment!, decrement, decrement!
end
else
import SuiteSparse
end

@static if VERSION < v"0.7.0-DEV.3500"
const REPL = Base.REPL
else
Expand Down

0 comments on commit a7e86d6

Please sign in to comment.