Skip to content

Commit

Permalink
[ci skip] Merge PR 19541
Browse files Browse the repository at this point in the history
Merge PR bioconda#19541, commits were: 
 * try to cache rust builds
 * Update sourmash to 3.0.1
  • Loading branch information
BiocondaBot authored and luizirber committed Jan 16, 2020
1 parent ff95915 commit f60ed59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion recipes/sourmash/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ set -o xtrace -o nounset -o pipefail -o errexit
if [ "$(uname)" == "Darwin" ]; then

# apparently the HOME variable isn't set correctly
export HOME=$(mktemp -d)
export HOME="/Users/distiller"

# according to https://github.com/rust-lang/cargo/issues/2422#issuecomment-198458960 removing circle ci default configuration solves cargo trouble downloading crates
git config --global --unset url.ssh://[email protected] || true
fi

export RUSTC_WRAPPER=$(which sccache)

$PYTHON -m pip install --no-deps --ignore-installed -vv .
5 changes: 3 additions & 2 deletions recipes/sourmash/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "3.0.0" %}
{% set version = "3.0.1" %}

package:
name: sourmash
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/sourmash/sourmash-{{ version }}.tar.gz
sha256: f8b56b80142edc713594ae5790b390fd2fe0b4e4e0208fdd54e63a33a3b87038
sha256: 0299903121f642abe38484cfae5a90461e95f5692a0aa0da249129eea076bf22

build:
entry_points:
Expand All @@ -24,6 +24,7 @@ requirements:
- milksnake
- setuptools_scm
- setuptools_scm_git_archive
- sccache

run:
- python
Expand Down

0 comments on commit f60ed59

Please sign in to comment.