Skip to content

Commit be35141

Browse files
authored
[libcxxwrap-julia] Update for Julia 1.6 (#2771)
1 parent 37de234 commit be35141

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

L/libcxxwrap_julia/build_tarballs.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# `julia build_tarballs.jl --help` to see a usage message.
33
using BinaryBuilder, Pkg
44

5-
julia_version = v"1.5.3"
5+
julia_version = v"1.6.0"
66

77
name = "libcxxwrap_julia"
8-
version = v"0.8.5"
8+
version = v"0.8.6"
99

1010
is_yggdrasil = haskey(ENV, "BUILD_BUILDNUMBER")
1111
git_repo = is_yggdrasil ? "https://github.com/JuliaInterop/libcxxwrap-julia.git" : joinpath(ENV["HOME"], "src/julia/libcxxwrap-julia/")
1212
unpack_target = is_yggdrasil ? "" : "libcxxwrap-julia"
1313

1414
# Collection of sources required to complete build
1515
sources = [
16-
GitSource(git_repo, "2bba0c81ea00d58d3321540a0526098aa9eb3c8b", unpack_target=unpack_target),
16+
GitSource(git_repo, "15d30a1d5952ebacc6bb16a297a236b8be63b763", unpack_target=unpack_target),
1717
]
1818

1919
# Bash recipe for building across all platforms
@@ -51,4 +51,4 @@ dependencies = [
5151

5252
# Build the tarballs, and possibly a `build.jl` as well.
5353
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
54-
preferred_gcc_version = v"8", julia_compat = "^$(julia_version.major).$(julia_version.minor)")
54+
preferred_gcc_version = v"9", julia_compat = "^$(julia_version.major).$(julia_version.minor)")

0 commit comments

Comments
 (0)