File tree Expand file tree Collapse file tree 2 files changed +14
-21
lines changed
packages/conf-openbabel/conf-openbabel.0.1 Expand file tree Collapse file tree 2 files changed +14
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,26 +4,27 @@ homepage: "http://openbabel.org/"
44license: "GPL-1.0-or-later"
55authors: "http://openbabel.org/wiki/THANKS"
66bug-reports: "https://github.com/ocaml/opam-repository/issues"
7- build: [
8- ["c++" "-I/usr/include/openbabel-2.0" "test.cpp" "-lopenbabel"]
9- {os != "macos"}
10- [
11- "c++"
12- "-I/usr/local/include/openbabel-2.0"
13- "test.cpp"
14- "-L/usr/local/lib"
15- "-lopenbabel"
16- ] {os = "macos"}
7+ build: [["sh" "-c" "pkg-config openbabel-2.0 || pkg-config openbabel-3"]]
8+ depends: ["conf-pkg-config" {build}]
9+ x-ci-accept-failures: [
10+ "debian-11"
11+ "debian-unstable"
12+ "alpine-3.18"
13+ "oraclelinux-7"
14+ "oraclelinux-8"
15+ "oraclelinux-9"
1716]
18- x-ci-accept-failures: ["debian-11" "debian-unstable"]
1917depexts: [
20- ["libopenbabel-dev"] {os-family = "debian"}
18+ ["libopenbabel-dev"] {os-family = "debian" | os-family = "ubuntu"}
19+ ["openbabel"] {os-distribution = "arch"}
20+ ["openbabel-devel"] {os-distribution = "fedora"}
21+ ["openbabel-devel"] {os-family = "suse" | os-family = "opensuse"}
2122 ["open-babel"] {os = "macos" & os-distribution = "homebrew"}
2223 ["openbabel-devel"] {os-distribution = "centos"}
24+ ["openbabel"] {os = "freebsd"}
2325]
2426synopsis: "Virtual package relying on openbabel library installation"
2527description: """
2628This package can only install if the openbabel devel library is installed
2729on the system."""
28- extra-files: ["test.cpp" "md5=0a2f6ad381a1624089cd12718bfbfdd8"]
2930flags: conf
You can’t perform that action at this time.
0 commit comments