Skip to content

Commit

Permalink
Update adam to 1.0.1 (#45069)
Browse files Browse the repository at this point in the history
* Update adam to 1.0.1

* add pin_subpackage
  • Loading branch information
heuermh authored Jan 5, 2024
1 parent 6b41c77 commit 96714cc
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 96714cc

Please sign in to comment.