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 9c9ae19 commit aeb82c3Copy full SHA for aeb82c3
packages/conf-openbabel/conf-openbabel.0.1/opam
@@ -6,7 +6,14 @@ authors: "http://openbabel.org/wiki/THANKS"
6
bug-reports: "https://github.com/ocaml/opam-repository/issues"
7
build: [["sh" "-c" "pkg-config openbabel-2.0 || pkg-config openbabel-3"]]
8
depends: ["conf-pkg-config" {build}]
9
-x-ci-accept-failures: ["debian-11" "debian-unstable" "alpine-3.18"]
+x-ci-accept-failures: [
10
+ "debian-11"
11
+ "debian-unstable"
12
+ "alpine-3.18"
13
+ "oraclelinux-7"
14
+ "oraclelinux-8"
15
+ "oraclelinux-9"
16
+]
17
depexts: [
18
["libopenbabel-dev"] {os-family = "debian" | os-family = "ubuntu"}
19
["openbabel"] {os-distribution = "arch"}
0 commit comments