Skip to content

Commit aaf64d3

Browse files
add backwards compat
1 parent 3c1e66d commit aaf64d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/LinearSolve.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ end
124124
@require KrylovKit="0b1a1467-8014-51b9-945f-bf0ae24f4b77" begin
125125
include("../ext/LinearSolveKrylovKitExt.jl")
126126
end
127+
@require MKL_jll="856f044c-d86e-5d09-b602-aeab76dc8ba7" begin
128+
include("../ext/LinearSolveMKLExt.jl")
129+
end
127130
end
128131
end
129132

0 commit comments

Comments
 (0)