From a8e2a03ac1ccf051d563e146bd07d7b13fb72bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Sat, 16 Dec 2023 17:52:51 +0100 Subject: [PATCH] bump AlgebraicMultigrid dependency don't run Pardiso test (but keep MKLPardiso) --- Project.toml | 4 ++-- test/runtests.jl | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index f84774e..17d91dd 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ExtendableSparse" uuid = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3" authors = ["Juergen Fuhrmann "] -version = "1.2.0" +version = "1.2.1" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" @@ -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" diff --git a/test/runtests.jl b/test/runtests.jl index 640f885..b7aac23 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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