Skip to content

Commit

Permalink
ngmlr 0.2.5 (#5054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Rescheneder committed Jun 27, 2017
1 parent 9ca6522 commit a9cc34f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
10 changes: 10 additions & 0 deletions recipes/ngmlr/0.2.4/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=${PREFIX} -DSTATIC=OFF -DCMAKE_EXE_LINKER_FLAGS=-L${PREFIX}/lib ..
make VERBOSE=1

mkdir -p $PREFIX/bin
cp ../bin/ngmlr-${PKG_VERSION}/ngmlr $PREFIX/bin/

27 changes: 27 additions & 0 deletions recipes/ngmlr/0.2.4/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
about:
home: "https://github.com/philres/ngmlr"
license: MIT
summary: "ngmlr is a long-read mapper designed to align PacBio or Oxford Nanopore reads to a reference genome and optimized for structural variation detection"
build:
number: 0
package:
name: ngmlr
version: "0.2.4"
requirements:
build:
- gcc >=4.8.2 # [linux]
- llvm # [osx]
- cmake
- zlib
run:
- zlib
- libgcc # [linux]
source:
fn: ngmlr-v0.2.4.tar.gz
md5: 476259d0e8e7b79f3eb911329189a226
url: "https://github.com/philres/ngmlr/archive/v0.2.4.tar.gz"
test:
commands:
- "ngmlr --help"

8 changes: 4 additions & 4 deletions recipes/ngmlr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
number: 0
package:
name: ngmlr
version: "0.2.4"
version: "0.2.5"
requirements:
build:
- gcc >=4.8.2 # [linux]
Expand All @@ -18,9 +18,9 @@ requirements:
- zlib
- libgcc # [linux]
source:
fn: ngmlr-v0.2.4.tar.gz
md5: 476259d0e8e7b79f3eb911329189a226
url: "https://github.com/philres/ngmlr/archive/v0.2.4.tar.gz"
fn: ngmlr-v0.2.5.tar.gz
md5: 1b2b1aaeb6a3accc8b9f3e5c29e77037
url: "https://github.com/philres/ngmlr/archive/v0.2.5.tar.gz"
test:
commands:
- "ngmlr --help"
Expand Down

0 comments on commit a9cc34f

Please sign in to comment.