Skip to content

Commit

Permalink
libcxxwrap 0.8.5 for Julia 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 25, 2020
1 parent caee25a commit 051950e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions L/libcxxwrap_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# `julia build_tarballs.jl --help` to see a usage message.
using BinaryBuilder, Pkg

julia_version = v"1.4.2"
julia_version = v"1.5.1"

name = "libcxxwrap_julia"
version = v"0.8.4"
version = v"0.8.5"

const is_yggdrasil = haskey(ENV, "BUILD_BUILDNUMBER")
git_repo = is_yggdrasil ? "https://github.com/JuliaInterop/libcxxwrap-julia.git" : joinpath(ENV["HOME"], "src/julia/libcxxwrap-julia/")
Expand Down Expand Up @@ -59,4 +59,4 @@ dependencies = [

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

0 comments on commit 051950e

Please sign in to comment.