Skip to content

Commit

Permalink
Remove MKL requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 4, 2023
1 parent 3480ba3 commit 50bd502
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ function __init__()
@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")
end
@require Enzyme="7da242da-08ed-463a-9acd-ee780be4f1d9" begin
include("../ext/LinearSolveEnzymeExt.jl")
end
Expand Down

0 comments on commit 50bd502

Please sign in to comment.