Skip to content

Commit

Permalink
rust-bio-tools 0.2.8 (#13411)
Browse files Browse the repository at this point in the history
* rust-bio-tools 0.2.8

* added clangdev

* Add starcode

* Add cxx compiler.

* explicitly use newest clang on osx.
  • Loading branch information
johanneskoester authored Jan 31, 2019
1 parent f1a67a4 commit e80c455
Showing 1 changed file with 8 additions and 3 deletions.
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

0 comments on commit e80c455

Please sign in to comment.