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

Update pinnings for clustalw, hmmer and pybedtools #13467

Merged
merged 4 commits into from
Feb 4, 2019
Merged
Show file tree
Hide file tree
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
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