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

rust-bio-tools 0.2.8 #13411

Merged
merged 5 commits into from
Jan 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions recipes/rust-bio-tools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.2.7" %}
{% set version = "0.2.8" %}

package:
name: rust-bio-tools
Expand All @@ -9,17 +9,22 @@ build:

source:
url: https://github.com/rust-bio/rust-bio-tools/archive/{{ version }}.tar.gz
sha256: 1c66a52c65cbfb06b6d993cc035d510ab4a4333931519cc019f672e9f29a309f
sha256: 6c4642d9b735d3820f5e230a05c50165e5cf80f8bb3abfe61684941de6101ace

requirements:
build:
- rust >=1.30
- {{ compiler('c') }}
- {{ compiler('c') }} # [not osx]
- {{ compiler('cxx') }} # [not osx]
- clang_osx-64 # [osx]
- clangxx_osx-64 # [osx]
- pkg-config # [osx]
host:
- zlib
- clangdev
run:
- zlib
- starcode

test:
commands:
Expand Down