Currently the docker recipe fails, because (we believe) z3 is not found by ocamlfind.
Fixing this is relatively easy, just invoke opam install z3 prior to building WP.
However this build an older version of Z3. @fortunac suggests opam pin z3 --dev-repo but this also fails, because the container uses an older version of gcc!
This can all be cleaned up without too much trouble.
Currently the docker recipe fails, because (we believe)
z3
is not found byocamlfind
.Fixing this is relatively easy, just invoke
opam install z3
prior to buildingWP
.However this build an older version of Z3. @fortunac suggests
opam pin z3 --dev-repo
but this also fails, because the container uses an older version ofgcc
!This can all be cleaned up without too much trouble.