Skip to content

Commit

Permalink
pourRNA recipe (#13490)
Browse files Browse the repository at this point in the history
* build script

* Create meta.yaml

* lowercase name

* add about:summary

* rebuild viennarna

* test libstdcxx-ng

* Revert "rebuild viennarna"

This reverts commit a1076c0.

* libstc++ with c++11 support

* + old lib

* test

* test2

* build 0

* without automake

* without autoreconf

* url update

* test

* key

* with prefix

* v1.0.1

* + prefix

* GPLv2

* add `make check`

Thanks for the hint @eggzilla

* pin to viennarna < 3

* summary extended
  • Loading branch information
entzian authored and bgruening committed Feb 8, 2019
1 parent a1a2a72 commit 1b55040
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/pourRNA/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

./configure --prefix="${PREFIX}"
make
make install
make check
33 changes: 33 additions & 0 deletions recipes/pourRNA/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{% set name = "pourrna" %}
{% set version = "1.0.1" %}
{% set sha256 = "62635d3777403865a2801c78e42569abb232bc6a79abe34419ad4bf3c0701b0e" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/ViennaRNA/pourRNA/releases/download/v{{ version }}/pourRNA-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0

requirements:
build:
- {{ compiler('cxx') }}
host:
- gengetopt
- viennarna >=2.4.11,<3.0.0
run:
- viennarna >=2.4.11,<3.0.0
test:
commands:
- pourRNA --version

about:
home: https://github.com/ViennaRNA/pourRNA/
license: GPLv2
license_file: COPYING
summary: "Compute local minima and respective transition rates of an RNA energy landscape."

0 comments on commit 1b55040

Please sign in to comment.