Skip to content

Commit

Permalink
Update alevin-fry to 0.11.1 (#52975)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Dec 24, 2024
1 parent 1369be3 commit 17d2faa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions recipes/alevin-fry/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
export CFLAGS="${CFLAGS} -fcommon"
export CXXFLAGS="${CFLAGS} -fcommon"

if [ "$(uname)" == "Darwin" ]; then
export CFLAGS="${CFLAGS} -fno-define-target-os-macros"
export CXXFLAGS="${CXXFLAGS} -fno-define-target-os-macros"
fi

# Add workaround for SSH-based Git connections from Rust/cargo. See https://github.com/rust-lang/cargo/issues/2078 for details.
# 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"
Expand Down
6 changes: 3 additions & 3 deletions recipes/alevin-fry/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "0.11.0" %}
{% set version = "0.11.1" %}

package:
name: alevin-fry
version: {{ version }}

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage("alevin-fry", max_pin="x.x") }}

source:
url: https://github.com/COMBINE-lab/alevin-fry/releases/download/v{{ version }}/source.tar.gz
sha256: c209a092fd89f37c64bd35679d57d8452c8da7bf75b7b34f8bd5fefcb2703758
sha256: c5a35c4b72114b4ef8d1c933cb01e5bb37df47286acd9a78a92f9ae9bf9dd3cf
#patches:
# - use-libradicl-0.8.2.patch

Expand Down

0 comments on commit 17d2faa

Please sign in to comment.