Skip to content

Commit

Permalink
chore: use rocksdb libs from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Oct 8, 2024
1 parent 5ba3ceb commit 455e79a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/mehari/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

# Make sure bindgen passes on our compiler flags.
export BINDGEN_EXTRA_CLANG_ARGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
export ROCKSDB_LIB_DIR = "/usr/lib/"
export SNAPPY_LIB_DIR = "/usr/lib/"

cargo install --no-track --locked --root "${PREFIX}" --path .
2 changes: 2 additions & 0 deletions recipes/mehari/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ requirements:
- make
- pkg-config
- libprotobuf
- rocksdb
- snappy
host:
- clangdev
- openssl
Expand Down

0 comments on commit 455e79a

Please sign in to comment.