Skip to content

Commit

Permalink
Upgrade z3 dependency
Browse files Browse the repository at this point in the history
The opam package for z3 4.8.4 switched to static builds by default, but
still seems to have some issues with passing the correct flags.  This
seems to have converged to a working state with z3 4.8.7.
  • Loading branch information
bauereiss committed May 18, 2020
1 parent c0c0d11 commit a812229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asli.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"linenoise"
"pprint"
"zarith"
"z3" {<= "4.7.1"}
"z3" {>= "4.8.7"}
"alcotest" {with-test}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"linenoise"
"pprint"
"zarith"
("z3" (>= "4.8.4"))
("z3" (>= "4.8.7"))
("alcotest" :with-test)
)
)
Expand Down

0 comments on commit a812229

Please sign in to comment.