Skip to content

Commit

Permalink
Fix ribotaper readlink bug (#48937)
Browse files Browse the repository at this point in the history
* Fix ribotaper readline bug, add aarch64 build

Fix #48920

* f

* f

* f

* f
  • Loading branch information
corneliusroemer authored Jul 4, 2024
1 parent 7d389b9 commit 7f4b068
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions recipes/ribotaper/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ source:

build:
skip: True # [not linux]
number: 6
number: 7
run_exports:
- {{ pin_subpackage('ribotaper', max_pin='x') }}

requirements:
build:
- make
- {{ compiler('c') }}
- make
host:
- bedtools ==2.17.0
- samtools
Expand All @@ -34,6 +36,7 @@ requirements:
- r-seqinr
- r-multitaper
- r-xnomial
- readline

test:
commands:
Expand Down

2 comments on commit 7f4b068

@mkatsanto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@corneliusroemer did you maybe mean sth else here? I think readlink is part of the https://anaconda.org/conda-forge/coreutils. Is the readline maybe a typo?

@corneliusroemer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah indeed, this was a stupid typo of mine πŸ€¦β€β™‚οΈ readlink not readline!

Please sign in to comment.