Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chopper for M3s #51754

Merged
merged 4 commits into from
Oct 29, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion recipes/chopper/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ package:
version: {{ version }}

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage('chopper', max_pin="x.x") }}
skip: false # [not (linux-64 or osx)]
platforms:
- linux-64
- osx-64
- osx-arm64

source:
url: https://github.com/wdecoster/chopper/archive/v{{ version }}.tar.gz
Expand Down Expand Up @@ -39,3 +44,7 @@ about:
license: MIT
license_file: LICENSE
summary: A rust command line for filtering and trimming long reads.
dev_url: https://github.com/wdecoster/chopper
doc_url: https://github.com/wdecoster/chopper#readme
notes: |
includes native support for Apple Silicon (M1/M2/M3) processors
Loading