Skip to content

Commit

Permalink
Update pbjasmine to 2.4.0 (#51818)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattick authored Oct 31, 2024
1 parent 2d82295 commit 0c5f7a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions recipes/pbjasmine/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

mkdir -p "${PREFIX}"/bin
cp jasmine "${PREFIX}"/bin/
chmod +x "${PREFIX}"/bin/jasmine
mkdir -p "${PREFIX}/"{bin,lib}
cp bin/* "${PREFIX}/bin"
cp lib/* "${PREFIX}/lib"
12 changes: 9 additions & 3 deletions recipes/pbjasmine/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pbjasmine" %}
{% set version = "2.0.0" %}
{% set sha256 = "7a93e2b3932ed4701ae437f69a9c82b00b6b0718998ba2b137e0b06df0272e1c" %}
{% set version = "2.4.0" %}
{% set sha256 = "c987777320b8ef5ff838a9a893b3baf0de5aaa58fbcf9a25e6ec7b4ad0b88231" %}

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

source:
url: https://github.com/PacificBiosciences/jasmine/releases/download/v{{ version }}/jasmine
url: https://github.com/PacificBiosciences/jasmine/releases/download/v{{ version }}/jasmine.tar.xz
sha256: {{ sha256 }}

about:
Expand All @@ -26,6 +26,12 @@ extra:
build:
number: 0
skip: True # [osx]
binary_relocation: False
run_exports:
- {{ pin_subpackage('pbjasmine', max_pin='x.x') }}
requirements:
build:
- {{ compiler('cxx') }}

test:
commands:
Expand Down

0 comments on commit 0c5f7a2

Please sign in to comment.