Skip to content

Commit

Permalink
Update alevin-fry to 0.11.0 (#52656)
Browse files Browse the repository at this point in the history
* Update alevin-fry to 0.11.0

* Update build.sh

---------

Co-authored-by: Rob Patro <[email protected]>
  • Loading branch information
BiocondaBot and rob-p authored Dec 7, 2024
1 parent 1e862f4 commit 15b2051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions recipes/alevin-fry/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
4 changes: 2 additions & 2 deletions recipes/alevin-fry/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.10.0" %}
{% set version = "0.11.0" %}

package:
name: alevin-fry
Expand All @@ -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

Expand Down

0 comments on commit 15b2051

Please sign in to comment.