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

[kernel] updated opam & configure

parent 4519c1e8
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ depends: [
"ocaml" { >= "4.08.1" }
"ocamlfind" # needed beyond build stage, used by -load-module
"ocamlgraph" { >= "1.8.8" }
"why3" { >= "1.3.3" & < "1.4~" }
"why3" { >= "1.4.0" & < "1.5~" }
"yojson"
"zarith"
]
......
......@@ -63,15 +63,15 @@ case $WHY3VERSION in
AC_MSG_RESULT([not found!])
plugin_disable(wp,[why3 not found])
;;
0.* | 1.[[012]].* | 1.3.0 | 1.3.1 | 1.3.2)
AC_MSG_RESULT([found $WHY3VERSION: requires 1.3.3+])
0.* | 1.[[0123]].*)
AC_MSG_RESULT([found $WHY3VERSION: requires 1.4.0+])
plugin_disable(wp,[non-supported why3 $WHY3VERSION])
;;
1.3.*)
1.4.*)
AC_MSG_RESULT([found $WHY3VERSION: ok])
;;
*)
AC_MSG_RESULT([found $WHY3VERSION: might work (should be 1.3.3+)])
AC_MSG_RESULT([found $WHY3VERSION: might work (should be 1.4.0+)])
;;
esac
fi
......
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