Skip to content

Commit

Permalink
update rdkit-postgresql95 build
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Oct 9, 2017
1 parent 48826f3 commit b6b944e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions rdkit-postgresql95/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

cd $SRC_DIR/Code/PgSQL/rdkit

if [ "$OSX_ARCH" == "x86_64" ]; then
export CXXFLAGS="-std=c++11 -stdlib=libc++"
fi
cmake \
-D CMAKE_SYSTEM_PREFIX_PATH=$PREFIX \
-D CMAKE_INSTALL_PREFIX=$PREFIX \
Expand Down
4 changes: 2 additions & 2 deletions rdkit-postgresql95/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:

source:
git_url: https://github.com/rdkit/rdkit.git
git_rev: Release_2017_03
git_rev: Release_2017_09
patches:
- cmakelists.txt.patch
- adapter.cpp.patch
Expand All @@ -22,7 +22,7 @@ requirements:
- m2-diffutils [win]
- m2-patch [win]
- postgresql >=9.5
- rdkit >=2017.03
- rdkit >=2017.09
run:
- postgresql >=9.5

Expand Down

0 comments on commit b6b944e

Please sign in to comment.