@@ -8,7 +8,6 @@ ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
8
8
ConcreteStructs = " 2569d6c7-a4a2-43d3-a901-331e8e4be471"
9
9
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
10
10
EnumX = " 4e289a0a-7415-4d19-859d-a7e5c4648b56"
11
- EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869"
12
11
FastLapackInterface = " 29a986be-02c6-4525-aec4-84b980013641"
13
12
GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
14
13
InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
@@ -34,6 +33,7 @@ BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
34
33
BlockDiagonals = " 0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
35
34
CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
36
35
Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9"
36
+ EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869"
37
37
FastAlmostBandedMatrices = " 9d29842c-ecb8-4973-b1e9-a27b1157504e"
38
38
HYPRE = " b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
39
39
IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
@@ -47,7 +47,7 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
47
47
LinearSolveBandedMatricesExt = " BandedMatrices"
48
48
LinearSolveBlockDiagonalsExt = " BlockDiagonals"
49
49
LinearSolveCUDAExt = " CUDA"
50
- LinearSolveEnzymeExt = " Enzyme"
50
+ LinearSolveEnzymeExt = [ " Enzyme" , " EnzymeCore " ]
51
51
LinearSolveHYPREExt = " HYPRE"
52
52
LinearSolveIterativeSolversExt = " IterativeSolvers"
53
53
LinearSolveKernelAbstractionsExt = " KernelAbstractions"
@@ -58,39 +58,55 @@ LinearSolveRecursiveArrayToolsExt = "RecursiveArrayTools"
58
58
LinearSolveFastAlmostBandedMatricesExt = [" FastAlmostBandedMatrices" ]
59
59
60
60
[compat ]
61
+ Aqua = " 0.8"
61
62
ArrayInterface = " 7.4.11"
62
63
BandedMatrices = " 1"
63
64
BlockDiagonals = " 0.1"
64
65
ConcreteStructs = " 0.2"
66
+ CUDA = " 5"
65
67
DocStringExtensions = " 0.9"
66
68
EnumX = " 1"
69
+ Enzyme = " 0.11"
67
70
EnzymeCore = " 0.6"
71
+ FastAlmostBandedMatrices = " 0.1"
68
72
FastLapackInterface = " 2"
73
+ FiniteDiff = " 2"
74
+ ForwardDiff = " 0.10"
69
75
GPUArraysCore = " 0.1"
70
76
HYPRE = " 1.4.0"
71
77
InteractiveUtils = " 1.6"
72
78
IterativeSolvers = " 0.9.3"
73
79
Libdl = " 1.6"
74
80
LinearAlgebra = " 1.9"
81
+ JET = " 0.8"
75
82
KLU = " 0.3.0, 0.4"
76
83
KernelAbstractions = " 0.9"
77
84
Krylov = " 0.9"
78
85
KrylovKit = " 0.6"
86
+ Metal = " 0.5"
87
+ MPI = " 0.20"
88
+ MultiFloats = " 1"
89
+ Pardiso = " 0.5"
90
+ Pkg = " 1"
79
91
PrecompileTools = " 1"
80
92
Preferences = " 1"
93
+ Random = " 1"
81
94
RecursiveArrayTools = " 2"
82
95
RecursiveFactorization = " 0.2.8"
83
96
Reexport = " 1"
84
97
Requires = " 1"
98
+ SafeTestsets = " 0.1"
85
99
SciMLBase = " 2"
86
100
SciMLOperators = " 0.3"
87
101
Setfield = " 1"
88
102
SparseArrays = " 1.9"
89
103
Sparspak = " 0.3.6"
104
+ Test = " 1"
90
105
UnPack = " 1"
91
106
julia = " 1.9"
92
107
93
108
[extras ]
109
+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
94
110
BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
95
111
BlockDiagonals = " 0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
96
112
Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9"
@@ -113,4 +129,4 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
113
129
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
114
130
115
131
[targets ]
116
- test = [" Test" , " IterativeSolvers" , " InteractiveUtils" , " JET" , " KrylovKit" , " Pkg" , " Random" , " SafeTestsets" , " MultiFloats" , " ForwardDiff" , " HYPRE" , " MPI" , " BlockDiagonals" , " Enzyme" , " FiniteDiff" , " BandedMatrices" , " FastAlmostBandedMatrices" ]
132
+ test = [" Aqua " , " Test" , " IterativeSolvers" , " InteractiveUtils" , " JET" , " KrylovKit" , " Pkg" , " Random" , " SafeTestsets" , " MultiFloats" , " ForwardDiff" , " HYPRE" , " MPI" , " BlockDiagonals" , " Enzyme" , " FiniteDiff" , " BandedMatrices" , " FastAlmostBandedMatrices" ]
0 commit comments