From e80c4557bb3a30948fbf5d68e79b4c42216761ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Thu, 31 Jan 2019 07:44:37 +0100 Subject: [PATCH] rust-bio-tools 0.2.8 (#13411) * rust-bio-tools 0.2.8 * added clangdev * Add starcode * Add cxx compiler. * explicitly use newest clang on osx. --- recipes/rust-bio-tools/meta.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/recipes/rust-bio-tools/meta.yaml b/recipes/rust-bio-tools/meta.yaml index 5030656df92d7..73809a14e5d41 100644 --- a/recipes/rust-bio-tools/meta.yaml +++ b/recipes/rust-bio-tools/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.2.7" %} +{% set version = "0.2.8" %} package: name: rust-bio-tools @@ -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: