Skip to content

Commit

Permalink
pyspoa: add arm64 build (bioconda#49660)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Jul 30, 2024
1 parent d3b645c commit a10e76a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/pyspoa/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ source:
sha256: {{ sha256 }}

build:
number: 2
number: 3
skip: True # [py < 38]
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
run_exports:
- {{ pin_subpackage('pyspoa', max_pin="x.x") }}

Expand Down Expand Up @@ -50,3 +50,4 @@ extra:
- iiSeymour
additional-platforms:
- linux-aarch64
- osx-arm64

0 comments on commit a10e76a

Please sign in to comment.