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

Update adam to 1.0.1 #45069

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions recipes/adam/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{% set version="1.0" %}
{% set version="1.0.1" %}

package:
name: adam
version: {{ version }}

source:
url: https://search.maven.org/remotecontent?filepath=org/bdgenomics/adam/adam-distribution-spark3_2.12/{{ version }}/adam-distribution-spark3_2.12-{{ version }}-bin.tar.gz
sha256: 1c1d91ccb42d2faaefb075f93a11bfb5a8c6dd575c7f01d21842a8957204f705
sha256: cd6259148a2d9d8bf10549cedd09fe5b12d9f34a25e80a4025f96d60e50be807
patches:
- adam-shell.patch
- adam-submit.patch

build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage('adam', max_pin="1") }}

requirements:
run:
Expand Down