Skip to content

Commit

Permalink
Add SparseArrays to cache_stdlibs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Mar 19, 2023
1 parent 4b3eab3 commit 301e461
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/cache_stdlibs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 301e461

Please sign in to comment.