@@ -73,6 +73,7 @@ $(eval $(call stdlib_builder,Sockets,))
7373$(eval $(call stdlib_builder,Unicode,))
7474$(eval $(call stdlib_builder,Profile,))
7575$(eval $(call stdlib_builder,StyledStrings,))
76+ $(eval $(call stdlib_builder,SuiteSparse_jll,))
7677
7778# 1-depth packages
7879$(eval $(call stdlib_builder,GMP_jll,Artifacts Libdl))
@@ -94,7 +95,7 @@ $(eval $(call stdlib_builder,Printf,Unicode))
9495$(eval $(call stdlib_builder,Random,SHA))
9596$(eval $(call stdlib_builder,Tar,ArgTools,SHA))
9697$(eval $(call stdlib_builder,DelimitedFiles,Mmap))
97- $(eval $(call stdlib_builder,JuliaSyntaxHighlighting,))
98+ $(eval $(call stdlib_builder,JuliaSyntaxHighlighting,StyledStrings ))
9899
99100# 2-depth packages
100101$(eval $(call stdlib_builder,LLD_jll,Zlib_jll libLLVM_jll Artifacts Libdl))
@@ -130,6 +131,5 @@ $(eval $(call stdlib_builder,Pkg, Artifacts Dates Downloads FileWatching LibGit2
130131# 7-depth packages
131132$(eval $(call stdlib_builder,LazyArtifacts,Artifacts Pkg))
132133
133- $(eval $(call stdlib_builder,SparseArrays,Libdl LinearAlgebra Random Serialization))
134+ $(eval $(call stdlib_builder,SparseArrays,Libdl LinearAlgebra Random Serialization SuiteSparse_jll ))
134135$(eval $(call stdlib_builder,Statistics,LinearAlgebra SparseArrays))
135- # SuiteSparse_jll
0 commit comments