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

[opam] add why3 as mandatory dependence

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