Skip to content

Commit

Permalink
Support Julia >1.7 for binding generator (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing authored Feb 11, 2024
1 parent 033ec83 commit 5948e25
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bindings/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
if VERSION >= v"1.8" || VERSION < v"1.7"
error("This script only supports 1.7")
end

using Pkg
import BinaryBuilderBase: PkgSpec, Prefix, temp_prefix, setup_dependencies, cleanup_dependencies, destdir
using Clang.Generators
Expand Down Expand Up @@ -94,7 +90,7 @@ end

function rewrite!(dag::ExprDAG) end

julia_llvm = Dict([v"1.9" => v"14.0.5", v"1.10" => v"15.0.7", v"1.11" => v"16.0.6"])
julia_llvm = Dict([v"1.9" => v"14.0.5+3", v"1.10" => v"15.0.7+10", v"1.11" => v"16.0.6+2"])
options = load_options(joinpath(@__DIR__, "wrap.toml"))

@add_def off_t
Expand Down

0 comments on commit 5948e25

Please sign in to comment.