Skip to content

Commit 9f8611e

Browse files
gbaraldikpamnany
authored andcommitted
Add new stdlib jlls
1 parent 17f42df commit 9f8611e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bin/refresh_library_mapping.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Downloads
44
using Libdl
55
using Glob
66

7-
v = v"1.9.0"
7+
v = v"1.12.0"
88
v2 = VersionNumber(v.major, v.minor)
99

1010
url = download_url(v, Linux(:x86_64; libc = :glibc))

src/library_selection.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ const jll_mapping = Dict(
88
"OpenBLAS_jll" => ["libopenblas64_", "libopenblas"],
99
"nghttp2_jll" => ["libnghttp2"],
1010
"LibGit2_jll" => ["libgit2"],
11+
"OpenSSL_jll" => ["libcrypto", "libssl"],
12+
"Zlib_jll" => ["libz"],
13+
"Zstd_jll" => ["libzstd"],
1114
"SuiteSparse_jll" => ["libamd", "libbtf", "libcamd", "libccolamd", "libcholmod", "libcolamd", "libklu", "libldl", "librbio", "libspqr", "libsuitesparseconfig", "libumfpack"],
1215
"OpenSSL_jll" => ["libcrypto", "libssl"],
1316
)

0 commit comments

Comments
 (0)