Skip to content

Commit

Permalink
bump vienna_rna (#13465)
Browse files Browse the repository at this point in the history
* bump vienna_rna

* remove old versions

* add run_exports
  • Loading branch information
bgruening authored Feb 9, 2019
1 parent d73376f commit 7078291
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 114 deletions.
5 changes: 0 additions & 5 deletions recipes/viennarna/1.8.5/build.sh

This file was deleted.

28 changes: 0 additions & 28 deletions recipes/viennarna/1.8.5/meta.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions recipes/viennarna/1.8.5/noinline.patch

This file was deleted.

26 changes: 0 additions & 26 deletions recipes/viennarna/2.4.5/build.sh

This file was deleted.

37 changes: 0 additions & 37 deletions recipes/viennarna/2.4.5/meta.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions recipes/viennarna/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ package:

build:
number: 1
run_exports:
# Ronny said VRNA is stable in x.x releases
- {{ pin_subpackage('viennarna', max_pin='x.x') }}

source:
url: https://www.tbi.univie.ac.at/RNA/download/sourcecode/2_4_x/ViennaRNA-{{ version }}.tar.gz
Expand All @@ -15,15 +18,13 @@ source:
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- pkgconfig ## needed for viennarna version checks in dependent packages
- perl
- python
- zlib
run:
- python
- zlib

test:
commands:
Expand Down

0 comments on commit 7078291

Please sign in to comment.