@@ -8,7 +8,6 @@ ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
88ConcreteStructs = " 2569d6c7-a4a2-43d3-a901-331e8e4be471"
99DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1010EnumX = " 4e289a0a-7415-4d19-859d-a7e5c4648b56"
11- EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869"
1211FastLapackInterface = " 29a986be-02c6-4525-aec4-84b980013641"
1312GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
1413InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
@@ -34,6 +33,7 @@ BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
3433BlockDiagonals = " 0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
3534CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
3635Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9"
36+ EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869"
3737FastAlmostBandedMatrices = " 9d29842c-ecb8-4973-b1e9-a27b1157504e"
3838HYPRE = " b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
3939IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
@@ -47,7 +47,7 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
4747LinearSolveBandedMatricesExt = " BandedMatrices"
4848LinearSolveBlockDiagonalsExt = " BlockDiagonals"
4949LinearSolveCUDAExt = " CUDA"
50- LinearSolveEnzymeExt = " Enzyme"
50+ LinearSolveEnzymeExt = [ " Enzyme" , " EnzymeCore " ]
5151LinearSolveHYPREExt = " HYPRE"
5252LinearSolveIterativeSolversExt = " IterativeSolvers"
5353LinearSolveKernelAbstractionsExt = " KernelAbstractions"
@@ -58,39 +58,55 @@ LinearSolveRecursiveArrayToolsExt = "RecursiveArrayTools"
5858LinearSolveFastAlmostBandedMatricesExt = [" FastAlmostBandedMatrices" ]
5959
6060[compat ]
61+ Aqua = " 0.8"
6162ArrayInterface = " 7.4.11"
6263BandedMatrices = " 1"
6364BlockDiagonals = " 0.1"
6465ConcreteStructs = " 0.2"
66+ CUDA = " 5"
6567DocStringExtensions = " 0.9"
6668EnumX = " 1"
69+ Enzyme = " 0.11"
6770EnzymeCore = " 0.6"
71+ FastAlmostBandedMatrices = " 0.1"
6872FastLapackInterface = " 2"
73+ FiniteDiff = " 2"
74+ ForwardDiff = " 0.10"
6975GPUArraysCore = " 0.1"
7076HYPRE = " 1.4.0"
7177InteractiveUtils = " 1.6"
7278IterativeSolvers = " 0.9.3"
7379Libdl = " 1.6"
7480LinearAlgebra = " 1.9"
81+ JET = " 0.8"
7582KLU = " 0.3.0, 0.4"
7683KernelAbstractions = " 0.9"
7784Krylov = " 0.9"
7885KrylovKit = " 0.6"
86+ Metal = " 0.5"
87+ MPI = " 0.20"
88+ MultiFloats = " 1"
89+ Pardiso = " 0.5"
90+ Pkg = " 1"
7991PrecompileTools = " 1"
8092Preferences = " 1"
93+ Random = " 1"
8194RecursiveArrayTools = " 2"
8295RecursiveFactorization = " 0.2.8"
8396Reexport = " 1"
8497Requires = " 1"
98+ SafeTestsets = " 0.1"
8599SciMLBase = " 2"
86100SciMLOperators = " 0.3"
87101Setfield = " 1"
88102SparseArrays = " 1.9"
89103Sparspak = " 0.3.6"
104+ Test = " 1"
90105UnPack = " 1"
91106julia = " 1.9"
92107
93108[extras ]
109+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
94110BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
95111BlockDiagonals = " 0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
96112Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9"
@@ -113,4 +129,4 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
113129Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
114130
115131[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