Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closes #87 and #82 #88

Merged
merged 2 commits into from
Jul 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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