Skip to content

Commit

Permalink
Update locityper to 0.17.3 (#51965)
Browse files Browse the repository at this point in the history
* Update locityper to 0.17.3

* Update build.sh

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 6, 2024
1 parent 8f22aee commit cee8a8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions recipes/locityper/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ fi
export C_INCLUDE_PATH="${PREFIX}/include"
export LIBRARY_PATH="${PREFIX}/lib"

if [[ `uname` == 'Darwin' ]]; then
export MACOSX_DEPLOYMENT_TARGET=10.11
fi

git clone https://github.com/smarco/WFA2-lib WFA2

# build statically linked binary with Rust
Expand Down
4 changes: 2 additions & 2 deletions recipes/locityper/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "locityper" %}
{% set version = "0.16.12" %}
{% set version = "0.17.3" %}

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

source:
url: https://github.com/tprodanov/locityper/archive/refs/tags/v{{ version }}.tar.gz
sha256: 0bd3a82c1df6de921ed477edfca4ffb5017cf194807e358e482b49afba867dd7
sha256: d9ecc464a4394a0523afd6ba4c5f7bf80fe44ca15926cca1075ac70cd14b9255

build:
number: 0
Expand Down

0 comments on commit cee8a8d

Please sign in to comment.