Skip to content

Commit

Permalink
PhyloPhlAn (#21202)
Browse files Browse the repository at this point in the history
* adding recipe for PhyloPhlAn 3.0

* remove ln

* fixing meta.yaml

* matplotlib -> matplotlib-base

See #19996

* updating recipe as per marcelm suggestions

* updating phylophlan recipe to new setup.py installation

* fixing version and sha256

Co-authored-by: Marcel Martin <[email protected]>
  • Loading branch information
fasnicar and marcelm authored Mar 31, 2020
1 parent e67c8b0 commit 67b0b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/phylophlan/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "phylophlan" %}
{% set version = "3.0" %}
{% set sha256 = "1a6f19748f5d7ae14b1a2b594598b8dd7ba02c3373ad8ebb0bdaa2e93dbe98a7" %}
{% set sha256 = "20b24749dfbf133380216e104f7d5e2456ab7e5b3618e11c4b80c69779886426" %}

package:
name: "{{ name|lower }}"
Expand All @@ -12,7 +12,7 @@ source:

build:
noarch: python
number: 0
number: 1
script: "{{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv"

requirements:
Expand Down

0 comments on commit 67b0b52

Please sign in to comment.