Skip to content

Commit

Permalink
Remove installation of Eprover from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benozol committed Feb 18, 2020
1 parent ec5fae3 commit b5ce9fd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ RUN eval $(opam env) \
&& chmod +x "$CVC4" \
&& why3 config --add-prover cvc4 "$CVC4" "$PWD/$CVC4"

# Install Eprover
RUN eval $(opam env) \
&& curl -sL -o E.tgz "http://wwwlehre.dhbw-stuttgart.de/~sschulz/WORK/E_DOWNLOAD/V_2.2/E.tgz" \
&& tar xf E.tgz \
&& ( cd E && ./configure && make > /dev/null 2>&1 ) \
&& why3 config --add-prover eprover "Eprover-2.2" "$PWD/E/PROVER/eprover"

# Register Alt-ergo
RUN eval $(opam env) \
&& opam depext -i "$ALTERGO" \
Expand Down

0 comments on commit b5ce9fd

Please sign in to comment.