@@ -31,6 +31,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
3131AMDGPU = " 21141c5a-9bdb-4563-92ae-f87d6854732e"
3232BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
3333BlockDiagonals = " 0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
34+ CliqueTrees = " 60701a23-6482-424a-84db-faee86b9b1f8"
3435CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
3536CUDSS = " 45b445bb-4962-46a0-9369-b4df9d0f772e"
3637CUSOLVERRF = " a8cc9031-bad2-4722-94f5-40deabb4245c"
@@ -55,6 +56,7 @@ LinearSolveAMDGPUExt = "AMDGPU"
5556LinearSolveBLISExt = [" blis_jll" , " LAPACK_jll" ]
5657LinearSolveBandedMatricesExt = " BandedMatrices"
5758LinearSolveBlockDiagonalsExt = " BlockDiagonals"
59+ LinearSolveCliqueTreesExt = [" CliqueTrees" , " SparseArrays" ]
5860LinearSolveCUDAExt = " CUDA"
5961LinearSolveCUDSSExt = " CUDSS"
6062LinearSolveCUSOLVERRFExt = [" CUSOLVERRF" , " SparseArrays" ]
@@ -83,6 +85,7 @@ CUDA = "5"
8385CUDSS = " 0.4"
8486CUSOLVERRF = " 0.2.6"
8587ChainRulesCore = " 1.22"
88+ CliqueTrees = " 1.11.0"
8689ConcreteStructs = " 0.2.3"
8790DocStringExtensions = " 0.9.3"
8891EnumX = " 1.0.4"
@@ -136,6 +139,7 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
136139Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
137140BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
138141BlockDiagonals = " 0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
142+ CliqueTrees = " 60701a23-6482-424a-84db-faee86b9b1f8"
139143ExplicitImports = " 7d51a73a-1435-4ff3-83d9-f097790105c7"
140144FastAlmostBandedMatrices = " 9d29842c-ecb8-4973-b1e9-a27b1157504e"
141145FastLapackInterface = " 29a986be-02c6-4525-aec4-84b980013641"
@@ -163,4 +167,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
163167Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
164168
165169[targets ]
166- test = [" Aqua" , " Test" , " IterativeSolvers" , " InteractiveUtils" , " KrylovKit" , " KrylovPreconditioners" , " Pkg" , " Random" , " SafeTestsets" , " MultiFloats" , " ForwardDiff" , " HYPRE" , " MPI" , " BlockDiagonals" , " FiniteDiff" , " BandedMatrices" , " FastAlmostBandedMatrices" , " StaticArrays" , " AllocCheck" , " StableRNGs" , " Zygote" , " RecursiveFactorization" , " Sparspak" , " FastLapackInterface" , " SparseArrays" , " ExplicitImports" ]
170+ test = [" Aqua" , " Test" , " IterativeSolvers" , " InteractiveUtils" , " KrylovKit" , " KrylovPreconditioners" , " Pkg" , " Random" , " SafeTestsets" , " MultiFloats" , " ForwardDiff" , " HYPRE" , " MPI" , " BlockDiagonals" , " FiniteDiff" , " BandedMatrices" , " FastAlmostBandedMatrices" , " StaticArrays" , " AllocCheck" , " StableRNGs" , " Zygote" , " RecursiveFactorization" , " Sparspak" , " CliqueTrees " , " FastLapackInterface" , " SparseArrays" , " ExplicitImports" ]
0 commit comments