Skip to content

Commit

Permalink
[MiniZinc] update to v2.7.6 (#7513)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 9, 2023
1 parent 877f34a commit 7334343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions M/MiniZinc/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ using BinaryBuilder, Pkg

name = "MiniZinc"

version = v"2.7.4"
version = v"2.7.6"

sources = [
GitSource(
"https://github.com/MiniZinc/libminizinc.git",
"834c8c1da9816322d4dcad52ae067fbf584ac6b9",
"3eacc4cd3e6ba1b5414e9fa1639beaefa270f24b",
),
DirectorySource("./bundled"),
]
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies = [
Dependency("CompilerSupportLibraries_jll"),
# Use an exact version for HiGHS. @odow has observed segfaults with
# HiGHS_jll v1.5.3 when libminizinc compiled with v1.5.1.
Dependency("HiGHS_jll"; compat="=1.5.3"),
Dependency("HiGHS_jll"; compat="=1.6.0"),
]

build_tarballs(
Expand Down

0 comments on commit 7334343

Please sign in to comment.