Skip to content
Snippets Groups Projects
Commit 7dda1e4c authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'fix/andre/wp-minor-fixes' into 'master'

Fix/andre/wp minor fixes

See merge request frama-c/frama-c!2308
parents 3ba894fc 3d640244
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ Frama-C 19 (Potassium):
- lablgtk.2.18.5 | lablgtk3.3.0.beta5 + lablgtk3-sourceview3.3.0.beta5
- mlgmpidl.1.2.9 (optional)
- ocamlgraph.1.8.8
- why3.1.2.0 (optional)
- why3.1.2.0
- why3-coq.1.2.0 (optional)
- yojson.1.4.1
- zarith.1.7
......@@ -225,7 +225,6 @@ We recommend to rely on it for the installation of Frama-C.
```shell
brew install graphviz
opam install why3
```
5. Install *optional* dependencies for Frama-C/WP:
......
......@@ -97,6 +97,7 @@ depends: [
( "alt-ergo-free" | "alt-ergo" )
"conf-graphviz" { post }
"yojson"
"why3"
]
depopts: [
......@@ -104,7 +105,6 @@ depopts: [
# Coq: because .vo would would not be loadable by another version of Coq
# libraries: because we use dynamic linking
"coq"
"why3"
"why3-coq"
"mlgmpidl"
"apron"
......@@ -121,8 +121,6 @@ conflicts: [
]
messages: [
"Why3 can be used by the WP plug-in for running additional automatic solvers"
{!why3:installed}
"Coq can be used with the WP plug-in for proving interactively proof obligations"
{!coq:installed}
"Alt-Ergo Graphical Interface can be used by the WP plug-in"
......
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