Skip to content

Commit

Permalink
Merge pull request #10926 from UnixJunkie/conf_rdkit_support_upcoming…
Browse files Browse the repository at this point in the history
…_release

fix for conf-rdkit to support upcoming version of rdkit
  • Loading branch information
kit-ty-kate authored Feb 1, 2018
2 parents a0bfa58 + 980dd19 commit 0980345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/conf-rdkit/conf-rdkit.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dev-repo: "https://github.com/ocaml/opam-repository.git"
license: "BSD-3"
build: [
["sh" "-c" "brew tap rdkit/rdkit && brew install rdkit"] {os = "darwin"}
["c++" "test.cpp" "-o" "test"
"-I/usr/local/include" "-L/usr/local/lib" "-lRDGeneral"]
["sh" "-c" "c++ test.cpp -o test -I/usr/local/include -L/usr/local/lib -lRDGeneral || \
c++ test.cpp -o test -I/usr/local/include -L/usr/local/lib -lRDKitRDGeneral"]
]
install: ["./test"]
remove: []
Expand Down

0 comments on commit 0980345

Please sign in to comment.