Skip to content

Commit 1ce886d

Browse files
committed
Undo unnecessary changes
1 parent 5fbcaf0 commit 1ce886d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.12.0"
7+
v = v"1.9.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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const jll_mapping = Dict(
88
"OpenBLAS_jll" => ["libopenblas64_", "libopenblas"],
99
"nghttp2_jll" => ["libnghttp2"],
1010
"LibGit2_jll" => ["libgit2"],
11-
"OpenSSL_jll" => ["libcrypto", "libssl"],
1211
"SuiteSparse_jll" => ["libamd", "libbtf", "libcamd", "libccolamd", "libcholmod", "libcolamd", "libklu", "libldl", "librbio", "libspqr", "libsuitesparseconfig", "libumfpack"],
1312
"OpenSSL_jll" => ["libcrypto", "libssl"],
1413
)

0 commit comments

Comments
 (0)