Skip to content

Commit

Permalink
updated v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Jun 23, 2022
1 parent 350958d commit 5bd3f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "numcodecs" %}
{% set version = "0.9.1" %}
{% set version = "0.10.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 35adbcc746b95e3ac92e949a161811f5aa2602b9eb1ef241b5ea6f09bb220997
sha256: 2dd42564e7772a9385923b02a363e3cedf053ce93094a9064485e7f69a6f1c92

build:
number: 3
number: 0
script:
- export DISABLE_NUMCODECS_AVX2="" # [unix]
- export DISABLE_NUMCODECS_SSE2="" # [arm64 or aarch64 or ppc64le]
Expand Down

0 comments on commit 5bd3f7e

Please sign in to comment.