We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebde14c commit 9866bdaCopy full SHA for 9866bda
test/runtests.jl
@@ -32,6 +32,6 @@ if GROUP == "LinearSolvePardiso"
32
@time @safetestset "Pardiso" include("pardiso/pardiso.jl")
33
end
34
35
-if (GROUP == "All" || GROUP == "LinearSolveHYPRE") && HAS_EXTENSIONS
+if Base.Sys.islinux() && (GROUP == "All" || GROUP == "LinearSolveHYPRE") && HAS_EXTENSIONS
36
@time @safetestset "LinearSolveHYPRE" include("hypretests.jl")
37
0 commit comments