{% set version = "2.2.0" %} package: name: threadpoolctl version: {{ version }} source: url: https://github.com/joblib/threadpoolctl/archive/{{ version }}.tar.gz sha256: c61876ccd453f10c964d161272cbae165c2233cc5323ce0c3f544d8b8335fb9c build: number: 0 noarch: python script: - FLIT_ROOT_INSTALL=1 {{ PYTHON }} -m flit install requirements: host: - python >=3.6 - flit - setuptools - wheel run: - python >=3.6 test: requires: - numpy imports: - threadpoolctl commands: - python -m threadpoolctl -i numpy about: home: https://github.com/joblib/threadpoolctl license: BSD 3-Clause license_family: BSD license_file: LICENSE summary: 'Python helpers to control the threadpools of native libraries' description: | Python helpers to introspect and limit the number of threads used in native libraries that handle their own internal threadpool (BLAS and OpenMP implementations). doc_url: https://github.com/joblib/threadpoolctl dev_url: https://github.com/joblib/threadpoolctl extra: recipe-maintainers: - ogrisel - tomMoral - jeremiedbb