Skip to content

Commit

Permalink
add python, numpy, and boost deps to librdkit
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Aug 16, 2024
1 parent 56d8b8f commit 6b2be6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source:
- rdkit-postgresql-osx.patch

build:
number: 3
number: 4
skip: true # [aarch64]

requirements:
Expand Down Expand Up @@ -62,10 +62,15 @@ outputs:
- {{ compiler("cxx") }}
- {{ stdlib("c") }}
- cmake
- numpy # [build_platform != target_platform]
- python # [build_platform != target_platform]
host:
- cairo
- freetype
- libboost-devel
- libboost-python-devel
- python
- numpy
test:
commands:
- test -f $PREFIX/lib/libRDKitGraphMol.so # [linux]
Expand Down

0 comments on commit 6b2be6f

Please sign in to comment.