From cee8a8df8b5b809d243ad8a598452c24e62c0d6d Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:06:26 -0500 Subject: [PATCH] Update locityper to 0.17.3 (#51965) * Update locityper to 0.17.3 * Update build.sh --------- Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/locityper/build.sh | 4 ++++ recipes/locityper/meta.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/locityper/build.sh b/recipes/locityper/build.sh index 0698575530e7c..d1c7c01febf6a 100644 --- a/recipes/locityper/build.sh +++ b/recipes/locityper/build.sh @@ -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 diff --git a/recipes/locityper/meta.yaml b/recipes/locityper/meta.yaml index c9c450090f4ed..393549ad8f4ce 100644 --- a/recipes/locityper/meta.yaml +++ b/recipes/locityper/meta.yaml @@ -1,5 +1,5 @@ {% set name = "locityper" %} -{% set version = "0.16.12" %} +{% set version = "0.17.3" %} package: name: {{ name }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/tprodanov/locityper/archive/refs/tags/v{{ version }}.tar.gz - sha256: 0bd3a82c1df6de921ed477edfca4ffb5017cf194807e358e482b49afba867dd7 + sha256: d9ecc464a4394a0523afd6ba4c5f7bf80fe44ca15926cca1075ac70cd14b9255 build: number: 0