File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ KLU = "ef3ab10e-7fda-4108-b977-705223b18434"
16
16
Krylov = " ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
17
17
Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
18
18
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
19
- MKL = " 33e6dc65-8f57-5167-99aa-e5a354878fb2"
20
19
MKL_jll = " 856f044c-d86e-5d09-b602-aeab76dc8ba7"
21
20
PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
22
21
Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
@@ -75,7 +74,6 @@ KLU = "0.3.0, 0.4"
75
74
KernelAbstractions = " 0.9"
76
75
Krylov = " 0.9"
77
76
KrylovKit = " 0.6"
78
- MKL = " 0.6"
79
77
PrecompileTools = " 1"
80
78
Preferences = " 1"
81
79
RecursiveArrayTools = " 2"
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ PrecompileTools.@recompile_invalidations begin
41
41
import Preferences
42
42
end
43
43
44
- if Preferences. @load_preference (" TriggerMKLLBT" , true )
45
- using MKL
46
- end
47
-
48
44
if Preferences. @load_preference (" LoadMKL_JLL" , true )
49
45
using MKL_jll
50
46
const usemkl = MKL_jll. is_available ()
You can’t perform that action at this time.
0 commit comments