Skip to content

Commit

Permalink
samtools w/ openssl-1.1.1 (#13448)
Browse files Browse the repository at this point in the history
Another attempt to deal with python2.7.15/openssl issues. E.g.
PacificBiosciences/pbbioconda#85

Note: samtools-1.9 was built against opensll-1.0.2, which conflicts
with the latest python2.7.15 build.
openssl-1.1.1a and openssl-1.0.2p are not ABI-compatible, so we need to
specify that.

I do not see a way to pin the old opensll (since there is ambiguity
between 1.0.2o and 1.0.2p), so I am taking the suggestion
from kylebeauchamp and rebuilding with openssl-1.1.1. That might break
some people until they upgrade python, etc. but I do not
see a better solution without actually bumping the version of samtools.
  • Loading branch information
Christopher Dunn authored Feb 2, 2019
1 parent 04b8f59 commit a3cd38a
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,10 +5,10 @@ package:
version: {{ version }}

build:
number: 2
number: 3

source:
url: https://github.com/samtools/samtools/releases/download/{{ version }}/samtools-{{ version }}.tar.bz2
url: https://github.com/samtools/samtools/releases/download/{{ version }}/samtools-1.9.tar.bz2
sha256: 083f688d7070082411c72c27372104ed472ed7a620591d06f928e653ebc23482

requirements:
Expand Down

0 comments on commit a3cd38a

Please sign in to comment.