this repo has no description
1opam-version: "2.0"
2authors: "https://github.com/rdkit/rdkit/graphs/contributors"
3homepage: "http://www.rdkit.org/"
4maintainer: "unixjunkie@sdf.org"
5bug-reports: "https://github.com/ocaml/opam-repository/issues"
6license: "BSD-3-Clause"
7build: [
8 ["sh" "-c" "c++ test.cpp -o test -I/usr/local/include/rdkit -L/usr/local/lib -lRDKitRDGeneral -DSWIG"] {os = "macos"}
9 ["sh" "-c" "c++ test.cpp -o test -I/usr/include/rdkit -lRDKitRDGeneral -DSWIG || c++ test.cpp -o test -I/usr/include/rdkit -lRDGeneral -DSWIG"] {os = "linux"}
10 ["./test"]
11]
12depexts: [
13 ["librdkit-dev" "python-rdkit"] {os-family = "debian"}
14 ["rdkit-devel" "python2-rdkit"] {os-distribution = "centos"}
15]
16post-messages:
17 "This package requires rdkit to be installed. If you are using homebrew, you might want to try:
18 'brew tap rdkit/rdkit; pip3 install numpy; brew install --HEAD rdkit --with-python3 --with-inchi'"
19 {failure & os = "macos"}
20synopsis: "Virtual package relying on rdkit library installation"
21description: """
22This package can only install if the rdkit devel library is installed
23on the system."""
24flags: conf
25extra-source "test.cpp" {
26 src:
27 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-rdkit/test.cpp"
28 checksum: [
29 "sha256=c4f43a4a0d5898ee6226aa928a840b53c3148edb6243e444bbeb6945d2736c92"
30 "md5=8079a0c593690540fbcb2f848f5b43d5"
31 ]
32}