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

Use openjdk 11 for hmftools-redux and update hmftools-sage jar #51831

Merged
4 changes: 2 additions & 2 deletions recipes/hmftools-esvee/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ source:

build:
noarch: generic
number: 3
number: 4
run_exports:
- {{ pin_subpackage("hmftools-esvee", max_pin="x.x") }}

requirements:
run:
- openjdk >=8
- openjdk ==11.0.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those pins are too strict? Why do you need exactly this version? can it be >=11?

Copy link
Contributor Author

@luan-n-nguyen luan-n-nguyen Oct 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've now allowed openjdk versions 8 to 17.

This version restriction was to prevent a multithreading crash related to later versions of java as mentioned in this github issue.

I'm now going to test to make sure this crash doesn't occur with openjdk 17

- sambamba ==0.6.8

test:
Expand Down
4 changes: 2 additions & 2 deletions recipes/hmftools-redux/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ source:

build:
noarch: generic
number: 2
number: 3
run_exports:
- {{ pin_subpackage('hmftools-redux', max_pin="x.x") }}

requirements:
run:
- openjdk >=8
- openjdk ==11.0.1
- sambamba >=1.0.1

test:
Expand Down
4 changes: 2 additions & 2 deletions recipes/hmftools-sage/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ source:

build:
noarch: generic
number: 2
number: 3
run_exports:
- {{ pin_subpackage('hmftools-sage', max_pin="x") }}

requirements:
run:
- zlib
- openjdk >=8
- openjdk ==11.0.1
- bioconductor-variantannotation
- bioconductor-genomicranges
- r-dplyr
Expand Down
Loading