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

Bump to 1.19 and remove redundant runtime requirements #13

Merged
merged 1 commit into from
Jan 3, 2024
Merged
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
13 changes: 3 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "1.16" %}
{% set version = "1.19" %}

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

build:
number: 6
number: 0
run_exports:
- {{ pin_subpackage('htslib', max_pin='x.x') }}

source:
url: https://github.com/samtools/htslib/releases/download/{{ version }}/htslib-{{ version }}.tar.bz2
sha256: 606b7c7aff73734cf033ecd156f40529fa5792f54524952a28938ca0890d7924
sha256: 8751c40c4fa7d1f23a6864c5b20a73744f8be68239535ae7729c5f7d394d0736

requirements:
build:
Expand All @@ -24,13 +24,6 @@ requirements:
- zlib
- libdeflate
- openssl # [not osx]
run:
- libcurl
- bzip2
- xz
- zlib
- libdeflate
- openssl # [not osx]

test:
files:
Expand Down