Skip to content

Commit

Permalink
Update TreeBest to commit c9d3a2e35276c825577ec945b229e975c32078d8 (#…
Browse files Browse the repository at this point in the history
…11348)

* Update TreeBest to commit c9d3a2e35276c825577ec945b229e975c32078d8

Also add about:home .

* Workaround conda-forge/bison-feedstock#7
  • Loading branch information
nsoranzo authored Oct 14, 2018
1 parent 49dadb4 commit 4487e9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions recipes/treebest/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/sh
set -e

# https://github.com/conda-forge/bison-feedstock/issues/7
export M4="${PREFIX}/bin/m4"

make
mkdir -p "$PREFIX/bin"
cp treebest "$PREFIX/bin/"
10 changes: 5 additions & 5 deletions recipes/treebest/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: treebest
version: "1.9.2_ep78"
version: "1.9.2.post0"

source:
url: https://github.com/Ensembl/treebest/archive/ensembl_production_78.tar.gz
sha256: 1bdb036e88afb366555d0edf15ae935dcb7fe33acdd3b1c3ee01a06093ac0bca
url: https://github.com/Ensembl/treebest/archive/c9d3a2e35276c825577ec945b229e975c32078d8.tar.gz
sha256: 49573c63f98ef3a124cc09d8d363badcb90c9224a22719bdfc78274971a17461

build:
number: 2
number: 0

requirements:
build:
Expand All @@ -17,13 +17,13 @@ requirements:
host:
- bison
- flex

run:

test:
commands:
- treebest 2>&1 | grep 'Usage:'

about:
home: http://treesoft.sourceforge.net/treebest.shtml
license: GPLv2
summary: A tool for hierarchically clustering on a sparse graph

0 comments on commit 4487e9f

Please sign in to comment.