Skip to content

Commit 9f41056

Browse files
Merge pull request #259 from SciML/ChrisRackauckas-patch-1
Remove Sparspak from precompilation due to https://github.com/SciML/L…
2 parents 8ca35d8 + 82fc170 commit 9f41056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinearSolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ SnoopPrecompile.@precompile_all_calls begin
8686
b = rand(4)
8787
prob = LinearProblem(A, b)
8888
sol = solve(prob)
89-
sol = solve(prob, SparspakFactorization())
89+
#sol = solve(prob, SparspakFactorization())
9090
end
9191

9292
export LUFactorization, SVDFactorization, QRFactorization, GenericFactorization,

0 commit comments

Comments
 (0)