Skip to content

Commit

Permalink
bump AlgebraicMultigrid dependency
Browse files Browse the repository at this point in the history
don't run Pardiso test (but keep MKLPardiso)
  • Loading branch information
j-fu committed Dec 16, 2023
1 parent af2195f commit a8e2a03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ExtendableSparse"
uuid = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
authors = ["Juergen Fuhrmann <[email protected]>"]
version = "1.2.0"
version = "1.2.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down Expand Up @@ -33,7 +33,7 @@ ILUZero = "0.2"
Requires ="1.1.3"
Sparspak = "0.3.6"
julia = "1.6"
AlgebraicMultigrid = "0.4,0.5"
AlgebraicMultigrid = "0.4,0.5,0.6"
IncompleteLU = "^0.2.1"
Pardiso = "0.5.1"
StaticArrays = "1.5.24"
Expand Down
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ end end

#@testset "parilu0" begin include("test_parilu0.jl") end

if Pardiso.PARDISO_LOADED[]
@testset "pardiso" begin include("test_pardiso.jl") end
end
# if Pardiso.PARDISO_LOADED[]
# @testset "pardiso" begin include("test_pardiso.jl") end
# end

0 comments on commit a8e2a03

Please sign in to comment.