Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d0f36929 authored by BERTOT Yves's avatar BERTOT Yves
Browse files

correct mistake on downloaded executable for cvc4, make it the default

parent a0ce452b
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ USER root ...@@ -6,6 +6,9 @@ USER root
RUN make install RUN make install
WORKDIR /usr/local/bin WORKDIR /usr/local/bin
RUN wget http://cvc4.cs.stanford.edu/downloads/builds/x86_64-linux-opt/cvc4-1.5-x86_64-linux-opt RUN wget http://cvc4.cs.stanford.edu/downloads/builds/x86_64-linux-opt/cvc4-1.5-x86_64-linux-opt
RUN chmod a+x cvc4-1.5-x86_64-linux-opt
RUN mv cvc4 cvc4_compiled_from_sources
RUN ln cvc4-1.5-x86_64-linux-opt cvc4
USER johndoe USER johndoe
WORKDIR /home/johndoe WORKDIR /home/johndoe
ENV LFSCSIGS=/home/johndoe/smtcoq/src/lfsc/tests/signatures/ ENV LFSCSIGS=/home/johndoe/smtcoq/src/lfsc/tests/signatures/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment