Skip to content

Commit

Permalink
cgat-apps: add aarch64/arm64 builds (#52519)
Browse files Browse the repository at this point in the history
* cgat-apps: add aarch64/arm64 builds

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

* Disable `cgat gtf2table -h` test for non-x86_64. It hangs

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

* Do not build osx-arm64.

---------

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
martin-g and mencian authored Dec 6, 2024
1 parent 86b9ce2 commit f6e96ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/cgat-apps/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 2519fd2a7b878f616af0e14c67029251f3e9807fa1abbe3b870bb345014bc03c

build:
number: 0
number: 1
script_env:
- MACOSX_DEPLOYMENT_TARGET=10.13 # [osx]
run_exports:
Expand Down Expand Up @@ -58,7 +58,7 @@ test:
- cgat
commands:
- cgat --help
- cgat gtf2table -h
- cgat gtf2table -h # [x86_64]
# Skip certain tests for macOS
- find ${PREFIX} -iname "*bamtools.cpython-*-x86_64-linux-gnu.so*" -exec ldd {} \; # [not osx]
- cgat bam2bed -h # [not osx]
Expand All @@ -74,5 +74,7 @@ about:
doc_url: "https://cgat-apps.readthedocs.io/en/latest"

extra:
additional-platforms:
- linux-aarch64
recipe-maintainers:
- Acribbs

0 comments on commit f6e96ee

Please sign in to comment.