Skip to content

Commit

Permalink
Update pinnings for clustalw, hmmer and pybedtools (#13467)
Browse files Browse the repository at this point in the history
* Update pinnings for clustalw, hmmer, pybedtools and t_coffee

* Update recipes

* hashy hash

* t_coffee needs quite a bit of TLC, skip until later
  • Loading branch information
dpryan79 authored Feb 4, 2019
1 parent d20fe5c commit 3463921
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unclear that the following old versions are still needed
recipes/hmmer/2.3.2

# The build string needs to be modified to account for the [nocairo] feature
recipes/genometools-genometools/1.5.10-nocairo

Expand Down
2 changes: 1 addition & 1 deletion recipes/clustalw/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
version: 2.1

build:
number: 2
number: 3
skip: False

source:
Expand Down
2 changes: 1 addition & 1 deletion recipes/hmmer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
sha256: a56129f9d786ec25265774519fc4e736bbc16e4076946dcbd7f2c16efc8e2b9c

build:
number: 0
number: 1

requirements:
build:
Expand Down
4 changes: 2 additions & 2 deletions recipes/pybedtools/0.6.9/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ source:
md5: a24e4bcd0c89beb9535295db964f6a4a

build:
number: 2
number: 3
skip: True # [py3k]

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python
- six
Expand Down
4 changes: 2 additions & 2 deletions recipes/pybedtools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ source:
sha256: 4eebd2cd1764ee1c604fd881703c3e329195485350b987b7fb8db42d232984f6

build:
number: 0
number: 1

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python
- six
Expand Down

0 comments on commit 3463921

Please sign in to comment.