From 301e4615bd8f96227ec4d8937f8e82b3b36f3d3a Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Sat, 18 Mar 2023 21:26:14 -0400 Subject: [PATCH] Add SparseArrays to cache_stdlibs.jl --- contrib/cache_stdlibs.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/cache_stdlibs.jl b/contrib/cache_stdlibs.jl index 09cf2ba0dcb42..1a202ba42188a 100644 --- a/contrib/cache_stdlibs.jl +++ b/contrib/cache_stdlibs.jl @@ -23,13 +23,14 @@ stdlibs = [ # 3-depth packages :LibGit2_jll, + # 4-depth packages + :SparseArrays, + # 7-depth packages :LLD_jll, - :SuiteSparse_jll, # 9-depth packages :Statistics, - :SuiteSparse, ] depot = abspath(Sys.BINDIR, "..", "share", "julia")