Skip to content

Commit 3356079

Browse files
authored
[OpenLibm] Update to 0.8.5 (#10216)
Regressions were accidentally introduced in 0.8.4 such that Julia could no longer build on FreeBSD AArch64. This release is quite small, containing only CI changes and fixes for the aforementioned regressions.
1 parent 29b7ec4 commit 3356079

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

O/OpenLibm/build_tarballs.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ using Pkg
33
using BinaryBuilderBase: sanitize
44

55
name = "OpenLibm"
6-
version = v"0.8.4"
6+
version = v"0.8.5"
77
sources = [
88
GitSource("https://github.com/JuliaMath/openlibm.git",
9-
"c4667caea25ae3487adf6760b4a1dcf32477a4b8"),
9+
"db24332879c320606c37f77fea165e6ecb49153c"),
1010
]
1111

1212
script = raw"""
@@ -57,8 +57,8 @@ dependencies = [
5757
# Build the tarballs, and possibly a `build.jl` as well
5858
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
5959
lock_microarchitecture=false,
60-
julia_compat="1.6",
61-
preferred_llvm_version=llvm_version,
60+
julia_compat="1.6",
61+
preferred_llvm_version=llvm_version,
6262
preferred_gcc_version=v"8")
6363

6464
# Build trigger: 1

0 commit comments

Comments
 (0)