Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mehari to 0.30.1 #51208

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/"
tedil marked this conversation as resolved.
Show resolved Hide resolved

cargo install --no-track --locked --root "${PREFIX}" --path .
7 changes: 5 additions & 2 deletions recipes/mehari/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.28.1" %}
{% set sha256 = "b1bb238782036c05795b74fbb7e97ff998e234fd89f4501234b052d3f2a0d683" %}
{% set version = "0.29.0" %}
{% set sha256 = "7b4d233bcce0946a4f42e3c8a422062bfadc63dee5bce3927763f7b90b1dd70d" %}

package:
name: mehari
Expand All @@ -25,6 +25,9 @@ requirements:
- cmake
- make
- pkg-config
- libprotobuf
- rocksdb
- snappy
host:
- clangdev
- openssl
Expand Down
Loading