File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 20
20
- Core
21
21
version :
22
22
- ' 1'
23
- - ' 1.6'
24
- - ' 1.7'
25
- - ' 1.8'
26
23
include :
27
24
- version : ' 1'
28
25
group : ' LinearSolveHYPRE'
Original file line number Diff line number Diff line change 13
13
GROUP : ${{ matrix.package.group }}
14
14
strategy :
15
15
matrix :
16
- julia-version : [1,1.6 ]
16
+ julia-version : [1]
17
17
os : [ubuntu-latest]
18
18
package :
19
19
- {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ 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"
19
20
MKL_jll = " 856f044c-d86e-5d09-b602-aeab76dc8ba7"
20
21
PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
21
22
Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
@@ -88,7 +89,7 @@ SparseArrays = "1.6"
88
89
Sparspak = " 0.3.6"
89
90
SuiteSparse = " 1.6"
90
91
UnPack = " 1"
91
- julia = " 1.6 "
92
+ julia = " 1.9 "
92
93
93
94
[extras ]
94
95
BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ PrecompileTools.@recompile_invalidations begin
42
42
using SciMLBase
43
43
44
44
using MKL_jll
45
+
46
+ import Preferences
47
+ end
48
+
49
+ if VERSION >= v " 1.8" && Preferences. @load_preference (" TriggerMKLLBT" , true )
50
+ using MKL
45
51
end
46
52
47
53
using Reexport
You can’t perform that action at this time.
0 commit comments