Skip to content

Commit

Permalink
samtools: Use same openssl for host and run
Browse files Browse the repository at this point in the history
Not pinning openssl for runtime sometimes caused openssl-1.1 to be installed breaking samtools

samtools: Bump build to rebuild after openssl change
  • Loading branch information
unode authored and Christopher Dunn committed Mar 5, 2019
1 parent 8d48dd3 commit 18faf89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/samtools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
version: {{ version }}

build:
number: 7
number: 8

source:
url: https://github.com/samtools/samtools/releases/download/{{ version }}/samtools-1.9.tar.bz2
Expand All @@ -23,7 +23,7 @@ requirements:
- xz
- libdeflate
run:
- openssl
- openssl <1.1
- ncurses
- zlib
- bzip2
Expand Down

0 comments on commit 18faf89

Please sign in to comment.