Skip to content

Commit

Permalink
Update annembed to v0.1.5 (#51465)
Browse files Browse the repository at this point in the history
Co-authored-by: Jianshu Zhao <[email protected]>
  • Loading branch information
jianshu93 and EnvGenomics authored Oct 17, 2024
1 parent 5dd01ae commit 30d171e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipes/annembed/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
export CARGO_NET_GIT_FETCH_WITH_CLI=true CARGO_HOME="$(pwd)/.cargo"

# build statically linked binary with Rust
RUST_BACKTRACE=1 cargo install --features intel-mkl-static --verbose --path . --root $PREFIX
RUST_BACKTRACE=1 cargo install --features intel-mkl-static,simdeez_f --verbose --path . --root $PREFIX
6 changes: 3 additions & 3 deletions recipes/annembed/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.1.4" %}
{% set version = "0.1.5" %}

package:
name: annembed
Expand All @@ -11,7 +11,7 @@ build:
skip: True # [osx]
source:
url: https://github.com/jianshu93/annembed/archive/v{{ version }}.tar.gz
sha256: 0f923798db3843aac0352eba5d2b169673ee087fce2cc37981bd19a1ecb878d0
sha256: 49404757698cde6669fb1e5145c9f33c013fb8fa7321d58eea184f38d03c23f3

requirements:
build:
Expand All @@ -28,7 +28,7 @@ test:
about:
home: https://github.com/jianshu93/annembed
license: MIT
summary: annembed is an ultra-fast and scalable non-linear dimension reduction algorithm (similar to UMAP or t-SNE) for large-scale biological data
summary: annembed is an ultra-fast and scalable non-linear dimension reduction/embedding algorithm (similar to UMAP or t-SNE) for large-scale biological data

extra:
maintainers:
Expand Down

0 comments on commit 30d171e

Please sign in to comment.