Skip to content

Commit

Permalink
Add linux-aarch64 and osx-arm64 as targets for sgdemux (#51817)
Browse files Browse the repository at this point in the history
  • Loading branch information
dslarm authored Oct 31, 2024
1 parent 8520449 commit 724d13d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions recipes/sgdemux/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{% set name = "sgdemux" %}
{% set version = "1.2.0" %}

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

build:
number: 2

number: 3
run_exports: '{{ pin_subpackage(name, max_pin="x.x") }}'

source:
url: https://github.com/Singular-Genomics/singular-demux/archive/refs/tags/v{{ version }}.tar.gz
sha256: aa7b61b04e40bdd0dba91cfa57874203745506521e17139bbcfa4d36a5811dc5
Expand Down Expand Up @@ -35,3 +37,6 @@ about:
extra:
recipe-maintainers:
- nh13
additional-platforms:
- linux-aarch64
- osx-arm64

0 comments on commit 724d13d

Please sign in to comment.