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: [
]
depopts: [
"coq" # cannot use {build}: Frama-C must be recompiled when Coq changes
"why3" { build }
"why3-coq" { build }
"mlgmpidl" { build }
"apron" { build }
# cannot use {build}: Frama-C must be recompiled when Coq and libraries changes.
# Coq: because .vo would would not be loadable by another version of Coq
# libraries: because we use dynamic linking
"coq"
"why3"
"why3-coq"
"mlgmpidl"
"apron"
]
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