File tree Expand file tree Collapse file tree 2 files changed +2
-25
lines changed
packages/conf-openbabel/conf-openbabel.0.1 Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,22 +4,8 @@ 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++"
9- "-I/usr/include/openbabel-2.0"
10- "-I/usr/include/openbabel3"
11- "test.cpp"
12- "-lopenbabel"
13- ] {os != "macos"}
14- [
15- "c++"
16- "-I/usr/local/include/openbabel-2.0"
17- "-I/usr/local/include/openbabel3"
18- "test.cpp"
19- "-L/usr/local/lib"
20- "-lopenbabel"
21- ] {os = "macos"}
22- ]
7+ build: [["pkg-config" "openbabel-3"]]
8+ depends: ["conf-pkg-config" {build}]
239x-ci-accept-failures: ["debian-11" "debian-unstable" "alpine-3.18"]
2410depexts: [
2511 ["libopenbabel-dev"] {os-family = "debian" | os-family = "ubuntu"}
@@ -34,5 +20,4 @@ synopsis: "Virtual package relying on openbabel library installation"
3420description: """
3521This package can only install if the openbabel devel library is installed
3622on the system."""
37- extra-files: ["test.cpp" "md5=0a2f6ad381a1624089cd12718bfbfdd8"]
3823flags: conf
You can’t perform that action at this time.
0 commit comments