Skip to content

Commit

Permalink
Remove MKL dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatHubmann committed Jan 9, 2024
1 parent cb0a070 commit 5937acf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
Pardiso = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -27,7 +26,6 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
ArgParse = "1"
StaticArrays = "1"
TimerOutputs = "0.5"

julia = "1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion src/Erebus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else
if Sys.isapple()
using AppleAccelerate
else
using MKL
# using MKL
end
end

Expand Down

0 comments on commit 5937acf

Please sign in to comment.