Skip to content

Commit

Permalink
closes #87 and #82 (#88)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 3, 2022
2 parents 089dd1e + 011b008 commit e13dd05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ source:
sha256: 2dd42564e7772a9385923b02a363e3cedf053ce93094a9064485e7f69a6f1c92

build:
number: 0
number: 1
skip: true # [py<=36]
script:
- export DISABLE_NUMCODECS_AVX2="" # [unix]
- export DISABLE_NUMCODECS_SSE2="" # [arm64 or aarch64 or ppc64le]
Expand All @@ -35,17 +36,20 @@ requirements:
- python
- numpy >=1.7
- msgpack-python
- typing-extensions >=3.7.4

test:
requires:
- pytest
- pip
imports:
- numcodecs
- numcodecs.blosc
- numcodecs.lz4
- numcodecs.zstd
commands:
- pytest -v --pyargs numcodecs
- pip check

about:
home: https://github.com/zarr-developers/numcodecs
Expand Down

0 comments on commit e13dd05

Please sign in to comment.