@@ -13,54 +13,61 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1313KLU = " ef3ab10e-7fda-4108-b977-705223b18434"
1414Krylov = " ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
1515LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
16+ PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
1617Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
1718RecursiveFactorization = " f2c3362d-daeb-58d1-803e-2bc74f2840b4"
1819Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
1920Requires = " ae029012-a4dd-5104-9daa-d747884805df"
2021SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
2122SciMLOperators = " c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2223Setfield = " efcf1570-3423-57d1-acb7-fd33fddbac46"
23- PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
2424SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2525Sparspak = " e56a9233-b9d6-4f03-8d0f-1825330902ac"
2626SuiteSparse = " 4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
2727UnPack = " 3a884ed6-31ef-47d7-9d2a-63182c4928ed"
2828
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+
2943[compat ]
3044ArrayInterface = " 7.4.11"
3145DocStringExtensions = " 0.8, 0.9"
3246EnumX = " 1"
33- FastLapackInterface = " 1"
47+ FastLapackInterface = " 1, 2 "
3448GPUArraysCore = " 0.1"
3549HYPRE = " 1.4.0"
3650IterativeSolvers = " 0.9.2"
3751KLU = " 0.3.0, 0.4"
3852Krylov = " 0.9"
3953KrylovKit = " 0.5, 0.6"
54+ PrecompileTools = " 1"
4055Preferences = " 1"
4156RecursiveFactorization = " 0.2.8"
4257Reexport = " 1"
4358Requires = " 1"
4459SciMLBase = " 1.82"
4560SciMLOperators = " 0.2, 0.3"
4661Setfield = " 0.7, 0.8, 1"
47- PrecompileTools = " 1"
4862Sparspak = " 0.3.6"
4963UnPack = " 1"
5064julia = " 1.6"
5165
52- [extensions ]
53- LinearSolveCUDAExt = " CUDA"
54- LinearSolveHYPREExt = " HYPRE"
55- LinearSolvePardisoExt = " Pardiso"
56- LinearSolveIterativeSolversExt = " IterativeSolvers"
57- LinearSolveKrylovKitExt = " KrylovKit"
58-
5966[extras ]
6067ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
6168HYPRE = " b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
62- IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
6369InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
70+ IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
6471JET = " c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
6572KrylovKit = " 0b1a1467-8014-51b9-945f-bf0ae24f4b77"
6673MPI = " da04e1cc-30fd-572f-bb4f-1f8673147195"
@@ -72,10 +79,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7279
7380[targets ]
7481test = [" 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