Skip to content

Commit 81deb5e

Browse files
fix pkgimage.mk tree (#53133)
Taken from #53111
1 parent cc74d24 commit 81deb5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgimage.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

stdlib/stdlib.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ INDEPENDENT_STDLIBS := \
66
ArgTools Base64 CRC32c Dates DelimitedFiles Distributed Downloads Future \
77
InteractiveUtils JuliaSyntaxHighlighting LazyArtifacts LibGit2 LibCURL Logging \
88
Markdown Mmap NetworkOptions Profile Printf Pkg REPL Serialization SharedArrays \
9-
SparseArrays Statistics StyledStrings Tar Test TOML Unicode UUIDs \
9+
SparseArrays Statistics StyledStrings SuiteSparse_jll Tar Test TOML Unicode UUIDs \
1010
dSFMT_jll GMP_jll libLLVM_jll LLD_jll LLVMLibUnwind_jll LibUnwind_jll LibUV_jll \
1111
LibCURL_jll LibSSH2_jll LibGit2_jll nghttp2_jll MozillaCACerts_jll MbedTLS_jll \
1212
MPFR_jll OpenLibm_jll PCRE2_jll p7zip_jll Zlib_jll

0 commit comments

Comments
 (0)