Skip to content
Snippets Groups Projects
Commit 94eaa6e7 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[wp] upgrade referenced versions

parent ef7ef6d2
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@ The following set of packages is known to be a working configuration for
compiling Frama-C+dev, on a machine with gcc <= 9[^gcc-10]
- OCaml 4.08.1
- alt-ergo.2.0.0 (for wp, optional)
- alt-ergo.2.3.3 (for wp, optional)
- apron.v0.9.12 (for eva, optional)
- lablgtk.2.18.11 | lablgtk3.3.1.1 + lablgtk3-sourceview3.3.1.1
- mlgmpidl.1.2.12 (for eva, optional)
- ocamlfind.1.8.1
- ocamlgraph.1.8.8
- ppx_deriving_yojson.3.5.2 (for mdr, optional)
- why3.1.3.1
- why3.1.3.3
- yojson.1.7.0
- zarith.1.9.1
- zmq.5.1.3 (for server, optional)
......
......@@ -63,15 +63,15 @@ case $WHY3VERSION in
AC_MSG_RESULT([not found!])
plugin_disable(wp,[why3 not found])
;;
0.* | 1.[[012]].* | 1.3.0)
AC_MSG_RESULT([found $WHY3VERSION: requires 1.3.1+])
0.* | 1.[[012]].* | 1.3.0 | 1.3.1 | 1.3.2)
AC_MSG_RESULT([found $WHY3VERSION: requires 1.3.3+])
plugin_disable(wp,[non-supported why3 $WHY3VERSION])
;;
1.3.*)
AC_MSG_RESULT([found $WHY3VERSION: ok])
;;
*)
AC_MSG_RESULT([found $WHY3VERSION: might work (should be 1.3.1+)])
AC_MSG_RESULT([found $WHY3VERSION: might work (should be 1.3.3+)])
;;
esac
fi
......@@ -85,7 +85,7 @@ if test "$ENABLE_WP" != "no"; then
if test "$COQC" = "yes" ; then
COQVERSION=`coqc -v | sed -n -e 's|.*version* *\([[^ ]]*\) .*$|\1|p' `
case $COQVERSION in
8.7*|8.8*|8.9*|8.10*|8.11.*|trunk)
8.7*|8.8*|8.9*|8.10*|8.11.*|8.12.*|trunk)
AC_MSG_RESULT(coqc version $COQVERSION found)
;;
*)
......
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