Skip to content
Snippets Groups Projects
Commit bf761474 authored by Ralf Jung's avatar Ralf Jung
Browse files

the Coq OPAM package is fixed, no need to install ocamlfind manually any more

parent 8ec972e7
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ test -d "$OPAMROOT/repo/coq-extra-dev" || opam repo add coq-extra-dev https://co
test -d "$OPAMROOT/repo/coq-core-dev" || opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev -p 5
test -d "$OPAMROOT/repo/coq-released" || opam repo add coq-released https://coq.inria.fr/opam/released -p 10
opam update
opam install ocamlfind -y # Remove this once the Coq crew fixed their package...
# Install fixed versions of some dependencies
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment