From eb168dda90d147859e3fe29e10b525b987dea28b Mon Sep 17 00:00:00 2001 From: "Pavel V. Dimens" <19176506+pdimens@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:17:35 -0500 Subject: [PATCH 1/3] add dep to environment --- recipes/harpy/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/harpy/meta.yaml b/recipes/harpy/meta.yaml index fe28ccb20da12..b8fb4bb6070e8 100644 --- a/recipes/harpy/meta.yaml +++ b/recipes/harpy/meta.yaml @@ -10,7 +10,7 @@ source: sha256: '{{ sha256 }}' build: - number: 0 + number: 1 skip: True # [osx or py < 39] script_env: - SETUPTOOLS_SCM_PRETEND_VERSION={{ version }} @@ -36,6 +36,7 @@ requirements: - apptainer - bcftools =1.20 - conda >24.7 + - lrez - pysam - python - rich-click From a16ba7ccf7b4b4174a4bf1f00efee2267be3ea64 Mon Sep 17 00:00:00 2001 From: "Pavel V. Dimens" <19176506+pdimens@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:28:39 -0500 Subject: [PATCH 2/3] rm aarch64 due to LRez --- recipes/harpy/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/harpy/meta.yaml b/recipes/harpy/meta.yaml index b8fb4bb6070e8..bb3edf3155d02 100644 --- a/recipes/harpy/meta.yaml +++ b/recipes/harpy/meta.yaml @@ -67,7 +67,5 @@ about: dev_url: "https://github.com/pdimens/harpy" extra: - additional-platforms: - - linux-aarch64 recipe-maintainers: - pdimens From f4ea4d9582b776fdad911af68355603bad88f8fe Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Fri, 13 Dec 2024 12:22:25 +0200 Subject: [PATCH 3/3] Get back linux-aarch64 --- recipes/harpy/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/harpy/meta.yaml b/recipes/harpy/meta.yaml index bb3edf3155d02..b8fb4bb6070e8 100644 --- a/recipes/harpy/meta.yaml +++ b/recipes/harpy/meta.yaml @@ -67,5 +67,7 @@ about: dev_url: "https://github.com/pdimens/harpy" extra: + additional-platforms: + - linux-aarch64 recipe-maintainers: - pdimens