From 546d56dd154c92e20ce0f6438cfb6ee09795da88 Mon Sep 17 00:00:00 2001 From: David Lecomber Date: Thu, 12 Dec 2024 17:01:48 +0000 Subject: [PATCH 1/3] Replace blacklisted perl-lwp-simple with perl-libwww-perl --- recipes/maxbin2/meta.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/maxbin2/meta.yaml b/recipes/maxbin2/meta.yaml index be3678a5ae378..4efab533fb729 100644 --- a/recipes/maxbin2/meta.yaml +++ b/recipes/maxbin2/meta.yaml @@ -3,8 +3,11 @@ {% set sha256 = "cb6429e857280c2b75823c8cd55058ed169c93bc707a46bde0c4383f2bffe09e" %} build: - number: 5 + number: 6 skip: true # [osx] + run_exports: + - {{ pin_subpackage(name, max_pin="x") }} + package: name: {{ name }} @@ -25,7 +28,7 @@ requirements: - hmmer - idba - perl=5.26 - - perl-lwp-simple + - perl-libwww-perl - r-base - r-gplots - tar @@ -39,6 +42,8 @@ about: summary: "MaxBin is software for binning assembled metagenomic sequences based on an Expectation-Maximization algorithm." extra: + additional-platforms: + - linux-aarch64 recipe-maintainers: - colinbrislawn - keuv-grvl From d45dd9f2d3188d243170184f607d604644d8866b Mon Sep 17 00:00:00 2001 From: David Lecomber Date: Thu, 12 Dec 2024 17:22:15 +0000 Subject: [PATCH 2/3] spacing for version constraint on perl (don't know if the constraint is necessary) --- recipes/maxbin2/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/maxbin2/meta.yaml b/recipes/maxbin2/meta.yaml index 4efab533fb729..5b4a1e4560d74 100644 --- a/recipes/maxbin2/meta.yaml +++ b/recipes/maxbin2/meta.yaml @@ -27,7 +27,7 @@ requirements: - bowtie2 - hmmer - idba - - perl=5.26 + - perl =5.26 - perl-libwww-perl - r-base - r-gplots From f71ce987c3101ca8d22748426b04dbd9c83ee0b4 Mon Sep 17 00:00:00 2001 From: David Lecomber Date: Thu, 12 Dec 2024 17:41:56 +0000 Subject: [PATCH 3/3] maxbin2: Remove perl=5.26 limit - not documented if it is needed and not built on linux-aarch64 --- recipes/maxbin2/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/maxbin2/meta.yaml b/recipes/maxbin2/meta.yaml index 5b4a1e4560d74..af30f19e79843 100644 --- a/recipes/maxbin2/meta.yaml +++ b/recipes/maxbin2/meta.yaml @@ -27,7 +27,7 @@ requirements: - bowtie2 - hmmer - idba - - perl =5.26 + - perl - perl-libwww-perl - r-base - r-gplots