Skip to content

Commit

Permalink
Merge pull request #21592 from neutrinoceros/add_ewah_bool_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Dec 29, 2022
2 parents 188da85 + 9573268 commit d13f513
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions recipes/ewah-bool-utils/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set name = "ewah-bool-utils" %}
{% set version = "1.0.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ewah_bool_utils-{{ version }}.tar.gz
sha256: 1f3e0554b0db3588804dae1a1e1fa6361885f1852f2e7823d318159eb02b101c

build:
skip: true # [py<38]
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python
- cython
- numpy
- pip
run:
- python
- {{ pin_compatible('numpy') }}

test:
imports:
- ewah_bool_utils
commands:
- pip check
requires:
- pip

about:
home: https://pypi.org/project/ewah-bool-utils/
summary: EWAH Bool Array utils for yt
license: Apache-2.0 & BSD-3-Clause
license_file:
- LICENSE
- ewah_bool_utils/cpp/LICENSE

extra:
recipe-maintainers:
- neutrinoceros
- matthewturk

0 comments on commit d13f513

Please sign in to comment.