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

longreadsum: add aarch64/arm64 builds #51121

Merged
merged 3 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
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
104 changes: 0 additions & 104 deletions recipes/longreadsum/build_failure.linux-64.yaml

This file was deleted.

104 changes: 0 additions & 104 deletions recipes/longreadsum/build_failure.osx-64.yaml

This file was deleted.

9 changes: 7 additions & 2 deletions recipes/longreadsum/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ source:
sha256: '{{ sha256 }}'

build:
number: 1
skip: true # [py2k]
number: 2
entry_points:
- longreadsum = entry_point:main
run_exports:
Expand All @@ -26,6 +25,7 @@ requirements:
- swig
- hdf5
- htslib
- zlib
martin-g marked this conversation as resolved.
Show resolved Hide resolved
run:
- python
- numpy
Expand All @@ -45,3 +45,8 @@ about:
A fast and flexible QC tool for long read sequencing data.
dev_url: https://github.com/WGLab/LongReadSum
doc_url: https://github.com/WGLab/LongReadSum#readme

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
Loading