Skip to content

Commit

Permalink
samtools w/ openssl-1.1.1
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.1 and openssl-1.0.2 are not ABI-compatible, so we need to
specify that.

We will first specify the openssl version here. Then, we will try
to create something to fix the problem.
  • Loading branch information
Christopher Dunn committed Feb 2, 2019
1 parent 04b8f59 commit aaebd55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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 All @@ -21,13 +21,15 @@ requirements:
- curl
- xz
- libdeflate
- openssl == 1.0.2
run:
- ncurses
- zlib
- bzip2
- curl
- xz
- libdeflate
- openssl == 1.0.2

about:
home: https://github.com/samtools/samtools
Expand Down

0 comments on commit aaebd55

Please sign in to comment.