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 annonars to 0.42.3 #51210

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
6 changes: 0 additions & 6 deletions recipes/annonars/build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/bin/bash -e

# TODO: Remove the following export when pinning is updated and we use
# {{ compiler('rust') }} in the recipe.
export \
CARGO_NET_GIT_FETCH_WITH_CLI=true \
CARGO_HOME="${BUILD_PREFIX}/.cargo"

export BINDGEN_EXTRA_CLANG_ARGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"

cargo install --no-track --verbose --root "${PREFIX}" --path .
13 changes: 7 additions & 6 deletions recipes/annonars/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
{% set version = "0.41.0" %}
{% set version = "0.41.2" %}

package:
name: annonars
version: {{ version }}

build:
number: 0
skip: True # [osx]
skip: True # [osx]
run_exports:
- {{ pin_subpackage("annonars", max_pin="x.x") }}

source:
url: https://github.com/varfish-org/annonars/archive/refs/tags/v{{ version }}.tar.gz
sha256: 11cf6d760c9a4f5896c5a6883fda2bd39b734862a6acf6af004704edb0752569
sha256: e0c666204fcea6e559a704220959c1d2608ae11d00282201bb5bcf4760e5d59a

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- rust >=1.30
- clangdev
- {{ compiler('rust') }}
- pkg-config
- protobuf
- make
- cmake
host:
- clangdev
- libprotobuf
- openssl
- sqlite
- zlib
Expand All @@ -39,8 +38,10 @@ test:
about:
home: https://github.com/varfish-org/annonars
license: Apache-2.0
license_family: APACHE
license_file: LICENSE.txt
summary: 'Genome annotation based on Rust and RocksDB.'
dev_url: https://github.com/varfish-org/annonars

extra:
recipe-maintainers:
Expand Down
Loading