Skip to content

Commit 1540448

Browse files
authored
Use MKL 2025.0.1 in MKLSparse.jl (#56)
* Use MKL 2025.0.1 in MKLSparse.jl * Update workflow ci.yml
1 parent 8f67d95 commit 1540448

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- windows-latest
2626
arch:
2727
- x64
28-
- x86
2928
steps:
3029
- uses: actions/checkout@v4
3130
- uses: julia-actions/setup-julia@latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
99

1010
[compat]
1111
julia = "1.6"
12-
MKL_jll = "2024.2.0"
12+
MKL_jll = "2025.0.1"
1313

1414
[extras]
1515
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

gen/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ MKL_Headers_jll = "b2f2f022-7a59-54f4-945e-e9b78c3fd545"
55

66
[compat]
77
julia = "1.6"
8-
MKL_Headers_jll = "2024.2.0"
8+
MKL_Headers_jll = "2025.0.1"

0 commit comments

Comments
 (0)