Skip to content

Commit

Permalink
Generate new headers with clang 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Nov 2, 2023
1 parent 74408f8 commit 7cca68e
Show file tree
Hide file tree
Showing 4 changed files with 1,235 additions and 656 deletions.
4 changes: 2 additions & 2 deletions scripts/gen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

using Clang.Generators

const gurobi_c = "/Library/gurobi1003/macos_universal2/include/gurobi_c.h"
const output_folder = "gen100"
const gurobi_c = "/Library/gurobi1100/macos_universal2/include/gurobi_c.h"
const output_folder = "gen110"

options = load_options(joinpath(@__DIR__, "generate.toml"))
options["general"]["output_file_path"] =
Expand Down
1 change: 0 additions & 1 deletion src/Gurobi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ elseif _is_patch(_GUROBI_VERSION, v"9.5")
elseif _is_patch(_GUROBI_VERSION, v"10.0")
include("gen100/libgrb_api.jl")
elseif _is_patch(_GUROBI_VERSION, v"11.0")
include("gen110/libgrb_common.jl")
include("gen110/libgrb_api.jl")
else
error("""
Expand Down
Loading

0 comments on commit 7cca68e

Please sign in to comment.