Skip to content

Commit

Permalink
Revert "Remove MKL requires"
Browse files Browse the repository at this point in the history
This reverts commit 50afe93.
  • Loading branch information
ChrisRackauckas committed Oct 4, 2023
1 parent 50afe93 commit 6debe9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ 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 6debe9c

Please sign in to comment.