Skip to content

Commit 4b03f96

Browse files
committed
Add mlgmpidl conflict for MacOS to use conf-mpfr-paths
1 parent f1928a9 commit 4b03f96

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Goblint includes analyses for assertions, overflows, deadlocks, etc and can be e
8080
(apron (< v0.9.15)) ; lower bounds for depopts seem to not properly constrain in builtin-0install lower-bounds job, so upper bounds for conflicts instead
8181
(camlidl (< 1.13)) ; for stability (https://github.com/goblint/analyzer/issues/1520)
8282
(ez-conf-lib (= 1)) ; https://github.com/nberth/ez-conf-lib/issues/3
83+
(mlgmpidl (< 1.3.0)) ; to use conf-mpfr-paths to work on MacOS
8384
)
8485
(sites
8586
(share lib)

goblint.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ conflicts: [
7878
"apron" {< "v0.9.15"}
7979
"camlidl" {< "1.13"}
8080
"ez-conf-lib" {= "1"}
81+
"mlgmpidl" {< "1.3.0"}
8182
]
8283
build: [
8384
["dune" "subst"] {dev}

goblint.opam.locked

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ conflicts: [
140140
"apron" {< "v0.9.15"}
141141
"camlidl" {< "1.13"}
142142
"ez-conf-lib" {= "1"}
143+
"mlgmpidl" {< "1.3.0"}
143144
]
144145
post-messages: [
145146
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}

0 commit comments

Comments
 (0)