Skip to content

Commit

Permalink
Update chopper for M3s (#51754)
Browse files Browse the repository at this point in the history
* Update meta.yaml for M3s

This PR adds some changes to make this work on mac M3s, based on wdecoster/chopper#40

* bump build number

* Use additional platforms

* Do not build for aarch64/arm64

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
wdecoster and martin-g authored Oct 29, 2024
1 parent ae51db4 commit 24494c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipes/chopper/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
version: {{ version }}

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage('chopper', max_pin="x.x") }}

Expand Down Expand Up @@ -39,3 +39,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

0 comments on commit 24494c4

Please sign in to comment.