Skip to content

Commit

Permalink
Use MKL 2025.0.1 in MKLSparse.jl (#56)
Browse files Browse the repository at this point in the history
* Use MKL 2025.0.1 in MKLSparse.jl

* Update workflow ci.yml
  • Loading branch information
amontoison authored Jan 20, 2025
1 parent 8f67d95 commit 1540448
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- windows-latest
arch:
- x64
- x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"

[compat]
julia = "1.6"
MKL_jll = "2024.2.0"
MKL_jll = "2025.0.1"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down
2 changes: 1 addition & 1 deletion gen/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ MKL_Headers_jll = "b2f2f022-7a59-54f4-945e-e9b78c3fd545"

[compat]
julia = "1.6"
MKL_Headers_jll = "2024.2.0"
MKL_Headers_jll = "2025.0.1"

0 comments on commit 1540448

Please sign in to comment.