diff --git a/src/recipes.jl b/src/recipes.jl index b2268e17..e290156c 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -192,14 +192,69 @@ end # For tracking Julia's own stdlibs const stdlib_names = Set([ - :Base64, :CRC32c, :Dates, :DelimitedFiles, :Distributed, - :FileWatching, :Future, :InteractiveUtils, :Libdl, - :LibGit2, :LinearAlgebra, :Logging, :Markdown, :Mmap, - :OldPkg, :Pkg, :Printf, :Profile, :Random, :REPL, - :Serialization, :SHA, :SharedArrays, :Sockets, :SparseArrays, - :Statistics, :SuiteSparse, :Test, :Unicode, :UUIDs, - :TOML, :Artifacts, :LibCURL_jll, :LibCURL, :MozillaCACerts_jll, - :Downloads, :Tar, :ArgTools, :NetworkOptions]) + :Argtools, + :Artifacts, + :Base64, + :CompilerSupportLibraries, + :CRC32c, + :Dates, + :DelimitedFiles, + :Distributed, + :Downloads, + :dSFMT_jll, + :FileWatching, + :Future, + :GMP_jll, + :InteractiveUtils, + :JuliaSyntaxHighlighting, + :LazyArtifacts, + :libblastrampoline_jll, + :LibCURL_jll, + :LibCURL, + :Libdl, + :LibGit2, + :LibGit2_jll, + :libLLVM_jll, + :LibSSH2_jll, + :LibUnwind_jll, + :LibUV_jll, + :LinearAlgebra, + :LLD_jll, + :LLVMLibUnwind_jll, + :Logging, + :Markdown, + :Mmap, + :MozillaCACerts_jll, + :MPFR_jll, + :NetworkOptions, + :nghttp2_jll, + :OpenBLAS_jll, + :OpenLibm_jll, + :OpenSSL_jll, + :p7zip_jll, + :PCRE2_jll, + :Pkg, + :Printf, + :Profile, + :Random, + :REPL, + :Serialization, + :SHA, + :SharedArrays, + :Sockets, + :SparseArrays, + :Statistics, + :StyledStrings, + :SuiteSparse_jll, + :SuiteSparse, + :Tar, + :Test, + :TOML, + :Unicode, + :UUIDs, + :Zlib_jll, + :Zstd_jll, +]) # This replacement is needed because the path written during compilation differs from # the git source path