Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys committed Oct 5, 2024
1 parent 3a0f008 commit 08b4671
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions recipes/vclust/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set version = "1.0.3" %}
{% set version = "1.1.1" %}

{% set system = "x64-linux"%} # [linux and x86_64]
{% set system = "x64-mac"%} # [osx and x86_64]
{% set system = "arm8-linux"%} # [linux and aarch64]
{% set system = "m1-mac"%} # [osx and arm64]

{% set sha256 = "801e03067cb1c5fdda02849088fc21286f276fa8fef227e2807768edabf4b866" %} # [linux and x86_64]
{% set sha256 = "eb21af26f6975392ee581c1497e7be012ed70fe921c342317233a58e5440356a" %} # [osx and x86_64]
{% set sha256 = "630373e30f27f3cc923fe13ce536d5281c4a6382be1eb36dd3b2beb32ac94af2" %} # [linux and arm64]
{% set sha256 = "6338ca552c4d83c2587198251bc4217233fa3f6e2b4badf11f1bb9396e5d360f" %} # [osx and arm64]
{% set sha256 = "a71c7c2351bd0a81a44af5a9d3953d171cb0c568d2dbd2e25f28e85b583b8950" %} # [linux and x86_64]
{% set sha256 = "916ed28c1da53c5679c6ea238b214b518ce6fe6e17d825208624009d707566d5" %} # [osx and x86_64]
{% set sha256 = "ba64c97771a3fe34c3435eec6fec879e9a0ba3cf894d7f4233998baaa6efa6da" %} # [linux and arm64]
{% set sha256 = "b6ae9b1b4ddda12862f13900f1739ec8c74f1539b7fd3e8186967920c5514f56" %} # [osx and arm64]

package:
name: vclust
Expand All @@ -18,10 +18,14 @@ build:
number: 0
run_exports:
- {{ pin_subpackage('vclust', max_pin='x.x.x') }}
script: mkdir -p ${PREFIX}/bin; ls; cp -r vclust.py test.py bin example ${PREFIX}/bin; ls ${PREFIX}/bin
script: |
mkdir "-p ${PREFIX}/bin"
ls
cp -r vclust.py test.py bin example "${PREFIX}/bin/"
ls "${PREFIX}/bin"
source:
url: https://github.com/refresh-bio/vclust/releases/download/v{{ version }}/vclust-{{ version }}_{{ system }}.tar.gz
url: https://github.com/refresh-bio/vclust/releases/download/v{{ version }}/vclust-v{{ version }}-{{ system }}.tar.gz
sha256: {{ sha256 }}

requirements:
Expand Down

0 comments on commit 08b4671

Please sign in to comment.