QuantumBFS / LuxurySparse.jl

A luxury sparse matrix package for Julia
https://quantumbfs.github.io/LuxurySparse.jl/latest/
Other
33 stars 7 forks source link

Error: AbstractSparseMatrixCSC is not found #37

Closed Roger-luo closed 4 years ago

Roger-luo commented 4 years ago

currently not working on 1.5

jheinen commented 4 years ago

I'm running into the same problem with Julia 1.4.0.

Changing the version test fixes the problem, but is probably not the solution.

export SSparseMatrixCSC

@static if VERSION < v"1.4.0" # v"1.5.0" - monkey patch for Julia 1.4.0
...
Roger-luo commented 4 years ago

fixed