Skip to content

Commit 283c15c

Browse files
committed
mccs < 1.1+19 is incompatible with macOS's default C++ compiler when using OCaml 5.3 (requires -std=gnu++11)
1 parent 3258f89 commit 283c15c

File tree

8 files changed

+18
-11
lines changed

8 files changed

+18
-11
lines changed

packages/mccs/mccs.1.1+11/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ build: [
1515
["dune" "runtest" "--profile=release"] {with-test & os != "freebsd" & os != "macos"}
1616
]
1717
depends: [
18-
"ocaml"
18+
"ocaml" {>= "4.02"}
19+
"ocaml" {< "5.3" & os = "macos"}
1920
"dune" {>= "1.0"}
2021
"cudf" {>= "0.7"}
2122
"conf-c++" {build}

packages/mccs/mccs.1.1+12/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ build: [
1515
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
1616
]
1717
depends: [
18-
"ocaml"
18+
"ocaml" {>= "4.02"}
19+
"ocaml" {< "5.3" & os = "macos"}
1920
"dune" {>= "1.0"}
2021
"cudf" {>= "0.7"}
2122
"conf-c++" {build}

packages/mccs/mccs.1.1+13/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ build: [
1515
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
1616
]
1717
depends: [
18-
"ocaml"
18+
"ocaml" {>= "4.02"}
19+
"ocaml" {< "5.3" & os = "macos"}
1920
"dune" {>= "1.0"}
2021
"cudf" {>= "0.7"}
2122
"conf-c++" {build}

packages/mccs/mccs.1.1+14/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ build: [
1515
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
1616
]
1717
depends: [
18-
"ocaml"
18+
"ocaml" {>= "4.02"}
19+
"ocaml" {< "5.3" & os = "macos"}
1920
"dune" {>= "1.0"}
2021
"cudf" {>= "0.7"}
2122
"conf-c++" {build}

packages/mccs/mccs.1.1+16/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ license: [
1515
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
1616
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
1717
depends: [
18-
"ocaml"
18+
"ocaml" {>= "4.02"}
19+
"ocaml" {< "5.3" & os = "macos"}
1920
"dune" {>= "1.0"}
2021
"cudf" {>= "0.7"}
2122
"conf-c++" {build}
@@ -34,4 +35,4 @@ url {
3435
"md5=4446765f76586baee995c53c2701974b"
3536
"sha512=bd9fd542639a2b27026291c78f63a96b03c2feae1ae6ca8828962a991b075c851a0bdbf8fc1b9f8cbfd17f87a43d2dfc46b61e8d986dad878251140892ef4491"
3637
]
37-
}
38+
}

packages/mccs/mccs.1.1+17/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ license: [
1515
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
1616
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
1717
depends: [
18-
"ocaml"
18+
"ocaml" {>= "4.02"}
19+
"ocaml" {< "5.3" & os = "macos"}
1920
"dune" {>= "1.0"}
2021
"cudf" {>= "0.7"}
2122
"conf-c++" {build}
@@ -33,4 +34,4 @@ url {
3334
"md5=844d99bc531e0713238fe4b6b8511ed1"
3435
"sha512=2118a95bc4f20da469c13628a9dc3d193717789fb05242cfa38a3a195228a5376c6fa50e8369aa21be5e90e2bc5094a58e319d8fe75a63da925daa52024e8c40"
3536
]
36-
}
37+
}

packages/mccs/mccs.1.1+18/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ license: [
1515
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
1616
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
1717
depends: [
18-
"ocaml"
18+
"ocaml" {>= "4.02"}
19+
"ocaml" {< "5.3" & os = "macos"}
1920
"dune" {>= "1.0"}
2021
"cudf" {>= "0.7"}
2122
"conf-c++" {build}
@@ -33,4 +34,4 @@ url {
3334
"md5=3fd6f609a02f3357f57570750fcacde0"
3435
"sha512=9b2c6c32a2851dca2e2089c39b2894930a9463a0d70b78172e851e338a2f9990573be981023e3eef65351c9cc12f955ad3dc26e3bf4b83525b9d79ee9dbb4a99"
3536
]
36-
}
37+
}

packages/mccs/mccs.1.1+19/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ url {
3333
"md5=f852da188bf7de20e64be2fce0e48e0a"
3434
"sha512=9b6ab739f85c163668573887cc9647cd8ef7fd0ad155a72819dbd4b6a243af4ba8b7e5678492f856d864471652ddcfaeed05da47b972a65ac1cd9e072ba88dc5"
3535
]
36-
}
36+
}

0 commit comments

Comments
 (0)