@@ -13,54 +13,61 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
13
13
KLU = " ef3ab10e-7fda-4108-b977-705223b18434"
14
14
Krylov = " ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
15
15
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
16
+ PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
16
17
Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
17
18
RecursiveFactorization = " f2c3362d-daeb-58d1-803e-2bc74f2840b4"
18
19
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
19
20
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
20
21
SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
21
22
SciMLOperators = " c0aeaf25-5076-4817-a8d5-81caf7dfa961"
22
23
Setfield = " efcf1570-3423-57d1-acb7-fd33fddbac46"
23
- PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
24
24
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
25
25
Sparspak = " e56a9233-b9d6-4f03-8d0f-1825330902ac"
26
26
SuiteSparse = " 4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
27
27
UnPack = " 3a884ed6-31ef-47d7-9d2a-63182c4928ed"
28
28
29
+ [weakdeps ]
30
+ CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
31
+ HYPRE = " b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
32
+ IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
33
+ KrylovKit = " 0b1a1467-8014-51b9-945f-bf0ae24f4b77"
34
+ Pardiso = " 46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
35
+
36
+ [extensions ]
37
+ LinearSolveCUDAExt = " CUDA"
38
+ LinearSolveHYPREExt = " HYPRE"
39
+ LinearSolveIterativeSolversExt = " IterativeSolvers"
40
+ LinearSolveKrylovKitExt = " KrylovKit"
41
+ LinearSolvePardisoExt = " Pardiso"
42
+
29
43
[compat ]
30
44
ArrayInterface = " 7.4.11"
31
45
DocStringExtensions = " 0.8, 0.9"
32
46
EnumX = " 1"
33
- FastLapackInterface = " 1"
47
+ FastLapackInterface = " 1, 2 "
34
48
GPUArraysCore = " 0.1"
35
49
HYPRE = " 1.4.0"
36
50
IterativeSolvers = " 0.9.2"
37
51
KLU = " 0.3.0, 0.4"
38
52
Krylov = " 0.9"
39
53
KrylovKit = " 0.5, 0.6"
54
+ PrecompileTools = " 1"
40
55
Preferences = " 1"
41
56
RecursiveFactorization = " 0.2.8"
42
57
Reexport = " 1"
43
58
Requires = " 1"
44
59
SciMLBase = " 1.82"
45
60
SciMLOperators = " 0.2, 0.3"
46
61
Setfield = " 0.7, 0.8, 1"
47
- PrecompileTools = " 1"
48
62
Sparspak = " 0.3.6"
49
63
UnPack = " 1"
50
64
julia = " 1.6"
51
65
52
- [extensions ]
53
- LinearSolveCUDAExt = " CUDA"
54
- LinearSolveHYPREExt = " HYPRE"
55
- LinearSolvePardisoExt = " Pardiso"
56
- LinearSolveIterativeSolversExt = " IterativeSolvers"
57
- LinearSolveKrylovKitExt = " KrylovKit"
58
-
59
66
[extras ]
60
67
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
61
68
HYPRE = " b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
62
- IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
63
69
InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
70
+ IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
64
71
JET = " c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
65
72
KrylovKit = " 0b1a1467-8014-51b9-945f-bf0ae24f4b77"
66
73
MPI = " da04e1cc-30fd-572f-bb4f-1f8673147195"
@@ -72,10 +79,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
72
79
73
80
[targets ]
74
81
test = [" Test" , " IterativeSolvers" , " InteractiveUtils" , " JET" , " KrylovKit" , " Pkg" , " Random" , " SafeTestsets" , " MultiFloats" , " ForwardDiff" , " HYPRE" , " MPI" ]
75
-
76
- [weakdeps ]
77
- CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
78
- HYPRE = " b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
79
- IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
80
- KrylovKit = " 0b1a1467-8014-51b9-945f-bf0ae24f4b77"
81
- Pardiso = " 46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
0 commit comments