From 891b7a0b4a03426fe588713cea2e0337754ee032 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Mon, 2 Dec 2024 16:32:20 +0200 Subject: [PATCH 1/3] cgat-apps: add aarch64/arm64 builds Signed-off-by: Martin Tzvetanov Grigorov --- recipes/cgat-apps/meta.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/cgat-apps/meta.yaml b/recipes/cgat-apps/meta.yaml index b2c1295ad5793..655a8144f6490 100644 --- a/recipes/cgat-apps/meta.yaml +++ b/recipes/cgat-apps/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 2519fd2a7b878f616af0e14c67029251f3e9807fa1abbe3b870bb345014bc03c build: - number: 0 + number: 1 script_env: - MACOSX_DEPLOYMENT_TARGET=10.13 # [osx] run_exports: @@ -74,5 +74,8 @@ about: doc_url: "https://cgat-apps.readthedocs.io/en/latest" extra: + additional-platforms: + - linux-aarch64 + - osx-arm64 recipe-maintainers: - Acribbs From f6b831fdf321957abcfd88e03ba39dc71e58b242 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Thu, 5 Dec 2024 16:47:48 +0200 Subject: [PATCH 2/3] Disable `cgat gtf2table -h` test for non-x86_64. It hangs Signed-off-by: Martin Tzvetanov Grigorov --- recipes/cgat-apps/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/cgat-apps/meta.yaml b/recipes/cgat-apps/meta.yaml index 655a8144f6490..2efa49736335d 100644 --- a/recipes/cgat-apps/meta.yaml +++ b/recipes/cgat-apps/meta.yaml @@ -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] From 746bd91694e22b030f2bd76984cb635b854b9ee7 Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Thu, 5 Dec 2024 17:24:58 +0200 Subject: [PATCH 3/3] Do not build osx-arm64. --- recipes/cgat-apps/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/cgat-apps/meta.yaml b/recipes/cgat-apps/meta.yaml index 2efa49736335d..af9f3758f1cce 100644 --- a/recipes/cgat-apps/meta.yaml +++ b/recipes/cgat-apps/meta.yaml @@ -76,6 +76,5 @@ about: extra: additional-platforms: - linux-aarch64 - - osx-arm64 recipe-maintainers: - Acribbs