Skip to content
Snippets Groups Projects
Commit a543ae96 authored by François Bobot's avatar François Bobot
Browse files

Merge branch 'fix/andre/opam-coq-build' into 'stable/potassium'

[opam] force Frama-C recompilation when Coq changes

See merge request frama-c/frama-c!2283
parents 68f9c80f b72449cc
No related branches found
No related tags found
No related merge requests found
...@@ -94,17 +94,20 @@ depends: [ ...@@ -94,17 +94,20 @@ depends: [
( ( "lablgtk" { >= "2.18.2" } & "conf-gnomecanvas" ) ( ( "lablgtk" { >= "2.18.2" } & "conf-gnomecanvas" )
| ( "lablgtk3" { >= "3.0.beta4" & os!="macos" } & "lablgtk3-sourceview3" )) | ( "lablgtk3" { >= "3.0.beta4" & os!="macos" } & "lablgtk3-sourceview3" ))
"conf-gtksourceview" "conf-gtksourceview"
( "alt-ergo-free" | "alt-ergo" ) ( "alt-ergo-free" | "alt-ergo" { <= "2.2.0" } )
"conf-graphviz" { post } "conf-graphviz" { post }
"yojson" "yojson"
] ]
depopts: [ depopts: [
"coq" { build } # cannot use {build}: Frama-C must be recompiled when Coq and libraries changes.
"why3" { build } # Coq: because .vo would would not be loadable by another version of Coq
"why3-coq" { build } # libraries: because we use dynamic linking
"mlgmpidl" { build } "coq"
"apron" { build } "why3"
"why3-coq"
"mlgmpidl"
"apron"
] ]
conflicts: [ conflicts: [
......
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