Skip to content

Commit

Permalink
Maybe this should depend on openssl explicitly (#13518)
Browse files Browse the repository at this point in the history
Maybe the whole problem was that it was being built against
system openssl. I do not see where openssl-1.1.1 is being
specified in Bioconda. In theory, we should be using 1.0.2
everywhere already.

conda-forge/conda-forge.github.io#701
  • Loading branch information
Christopher Dunn authored Feb 6, 2019
1 parent 36a466f commit 7985452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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: 5
number: 6

source:
url: https://github.com/samtools/samtools/releases/download/{{ version }}/samtools-1.9.tar.bz2
Expand All @@ -15,13 +15,15 @@ requirements:
build:
- {{ compiler('c') }}
host:
- openssl
- ncurses
- zlib
- bzip2
- curl
- xz
- libdeflate
run:
- openssl
- ncurses
- zlib
- bzip2
Expand Down

0 comments on commit 7985452

Please sign in to comment.