Skip to content

Commit

Permalink
ldc > 1.10 causes segfaults (#16063)
Browse files Browse the repository at this point in the history
* ldc > 1.10 causes segfaults

* add license file
  • Loading branch information
dpryan79 authored and bwlang committed Jun 25, 2019
1 parent 682b8ff commit 8837098
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/sambamba/meta.yaml
Expand Up @@ -9,22 +9,21 @@ source:
sha256: 038ffd6af574a0b1e5c716e8f68bc7b9e46ecd3141b6f6956cd48ab3e29cafc1

build:
number: 0
number: 1

# ldc provides run time libraries as well as a compiler.
# The version needs to be pinned
# ldc > 1.10 causes segfaults: https://github.com/biod/sambamba/issues/393
requirements:
build:
- {{ compiler('c') }}
host:
- ldc 1.13.*
- ldc 1.10.*
- bzip2
- htslib
- zlib
- xz
- git # needed for BioD
run:
- ldc 1.13.*
- ldc 1.10.*
- bzip2
- zlib
- xz
Expand All @@ -36,4 +35,5 @@ test:
about:
home: https://github.com/biod/sambamba
license: GPLv2
license_file: LICENSE
summary: Tools for working with SAM/BAM data

0 comments on commit 8837098

Please sign in to comment.