Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ldc > 1.10 causes segfaults #16063

Merged
merged 2 commits into from Jun 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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