From 15b205144e4f65e66e00c1bfae8805bc375589db Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:05:41 -0500 Subject: [PATCH] Update alevin-fry to 0.11.0 (#52656) * Update alevin-fry to 0.11.0 * Update build.sh --------- Co-authored-by: Rob Patro --- recipes/alevin-fry/build.sh | 5 +---- recipes/alevin-fry/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/recipes/alevin-fry/build.sh b/recipes/alevin-fry/build.sh index 716bef9e20efb..be24ecc64d3c6 100644 --- a/recipes/alevin-fry/build.sh +++ b/recipes/alevin-fry/build.sh @@ -6,8 +6,5 @@ export CXXFLAGS="${CFLAGS} -fcommon" # We set CARGO_HOME because we don't pass on HOME to conda-build, thus rendering the default "${HOME}/.cargo" defunct. export CARGO_NET_GIT_FETCH_WITH_CLI=true CARGO_HOME="$(pwd)/.cargo" -# get the version of libradicl on which we will be depending -LIBRAD_VER=`grep 'libradicl' Cargo.toml | grep -oh 'version = "[^\"]\+"' | grep -oh '"[^\"]\+"'` - # build statically linked binary with Rust -RUST_BACKTRACE=1 cargo install --config 'patch."https://github.com/COMBINE-lab/libradicl".libradicl='$LIBRAD_VER'' --verbose --root $PREFIX --path . +RUST_BACKTRACE=1 cargo install --verbose --root $PREFIX --path . diff --git a/recipes/alevin-fry/meta.yaml b/recipes/alevin-fry/meta.yaml index 84b77ef7c5a42..271c3291da4dd 100644 --- a/recipes/alevin-fry/meta.yaml +++ b/recipes/alevin-fry/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.10.0" %} +{% set version = "0.11.0" %} package: name: alevin-fry @@ -11,7 +11,7 @@ build: source: url: https://github.com/COMBINE-lab/alevin-fry/releases/download/v{{ version }}/source.tar.gz - sha256: de525914fb7dac2cdb6f3b3f941ff65d32eeec719956f0108100c8a174f15bf8 + sha256: c209a092fd89f37c64bd35679d57d8452c8da7bf75b7b34f8bd5fefcb2703758 #patches: # - use-libradicl-0.8.2.patch