We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccc2e5 commit 34e08c0Copy full SHA for 34e08c0
1 file changed
ortools_solvers.opam
@@ -54,9 +54,10 @@ depexts: [
54
["libz-dev"] {os-distribution = "debian"}
55
["zlib-dev"] {os-distribution = "alpine"}
56
["zlib"] {os-distribution = "arch"}
57
- ["zlib-devel" "zlib-static"] {os-distribution = "centos-9"}
+ ["zlib-devel" "zlib-static"]
58
+ {os-distribution = "centos" & os-version = "9"}
59
["zlib-ng-compat-devel" "zlib-ng-compat-static"]
- {os-distribution = "centos-10"}
60
+ {os-distribution = "centos" & os-version = "10"}
61
62
{os-distribution = "fedora"}
63
["libzip"] {os-distribution = "freebsd"}
0 commit comments