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

Force Frama-C recompilation when libraries changes

   because we use dynamic linking
parent 9edc9f69
No related branches found
No related tags found
No related merge requests found
...@@ -100,11 +100,14 @@ depends: [ ...@@ -100,11 +100,14 @@ depends: [
] ]
depopts: [ depopts: [
"coq" # cannot use {build}: Frama-C must be recompiled when Coq changes # 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