Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update btllib to 1.7.5 #52593

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions recipes/btllib/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{% set name = "btllib" %}
{% set version = "1.7.3" %}
{% set version = "1.7.5" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/bcgsc/btllib/releases/download/v{{ version }}/{{ name|lower }}-{{ version }}.tar.gz
sha256: 31e7124e1cda9eea6f27b654258a7f8d3dea83c828f0b2e8e847faf1c5296aa3

sha256: 118a9f8d6445a618178bfbec40d121bbe03014e767261522148f642686090c76
build:
number: 0
run_exports:
Expand All @@ -23,7 +22,7 @@ requirements:
host:
- python
- pip
- llvm-openmp # [osx]
- llvm-openmp <19.0 # [osx]
- libgomp # [linux]
- samtools
- swig
Expand Down
Loading