Skip to content

Commit

Permalink
add backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 1, 2023
1 parent 3c1e66d commit aaf64d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/LinearSolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ end
@require KrylovKit="0b1a1467-8014-51b9-945f-bf0ae24f4b77" begin
include("../ext/LinearSolveKrylovKitExt.jl")
end
@require MKL_jll="856f044c-d86e-5d09-b602-aeab76dc8ba7" begin
include("../ext/LinearSolveMKLExt.jl")

Check warning on line 128 in src/LinearSolve.jl

View check run for this annotation

Codecov / codecov/patch

src/LinearSolve.jl#L128

Added line #L128 was not covered by tests
end
end
end

Expand Down

0 comments on commit aaf64d3

Please sign in to comment.