Skip to content

Commit

Permalink
Remove MKL
Browse files Browse the repository at this point in the history
See the discussion in #427
  • Loading branch information
ChrisRackauckas committed Nov 10, 2023
1 parent f5a2c07 commit fa85bb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ KLU = "ef3ab10e-7fda-4108-b977-705223b18434"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Expand Down Expand Up @@ -75,7 +74,6 @@ KLU = "0.3.0, 0.4"
KernelAbstractions = "0.9"
Krylov = "0.9"
KrylovKit = "0.6"
MKL = "0.6"
PrecompileTools = "1"
Preferences = "1"
RecursiveArrayTools = "2"
Expand Down
4 changes: 0 additions & 4 deletions src/LinearSolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ PrecompileTools.@recompile_invalidations begin
import Preferences
end

if Preferences.@load_preference("TriggerMKLLBT", true)
using MKL
end

if Preferences.@load_preference("LoadMKL_JLL", true)
using MKL_jll
const usemkl = MKL_jll.is_available()
Expand Down

0 comments on commit fa85bb8

Please sign in to comment.