Skip to content

Commit

Permalink
samtools w/ openssl >= 1.1.1 (#13450)
Browse files Browse the repository at this point in the history
* samtools w/ openssl >= 1.1.1

See #13448

Simply rebuilding samtools did not grab the more recent openssl.
(See previous commit.)

* Trying to fix syntax error for opensll version spec

* Still trying
  • Loading branch information
Christopher Dunn committed Feb 2, 2019
1 parent aceb9fd commit f326a3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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: 3
number: 4

source:
url: https://github.com/samtools/samtools/releases/download/{{ version }}/samtools-1.9.tar.bz2
Expand All @@ -22,6 +22,7 @@ requirements:
- xz
- libdeflate
run:
- openssl >=1.1.1a
- ncurses
- zlib
- bzip2
Expand Down

0 comments on commit f326a3f

Please sign in to comment.