# This file created by conda-build 3.21.7 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Mon Jan 31 16:51:05 2022 # ------------------------------------------------ package: name: threadpoolctl version: 3.1.0 source: sha256: 449b806f9147a3cf28ed7ec6389dbff9c450331d695873ab75dea79fe661f1e7 url: https://github.com/joblib/threadpoolctl/archive/3.1.0.tar.gz build: noarch: python number: '0' script: - /home/conda/feedstock_root/build_artifacts/threadpoolctl_1643647933166/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/python -m flit install string: pyh8a188c0_0 requirements: host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - brotlipy 0.7.0 py310h6acc77f_1003 - bzip2 1.0.8 h7f98852_4 - ca-certificates 2021.10.8 ha878542_0 - certifi 2021.10.8 py310hff52083_1 - cffi 1.15.0 py310h0fdd8cc_0 - charset-normalizer 2.0.10 pyhd8ed1ab_0 - cryptography 36.0.1 py310h685ca39_0 - docutils 0.18.1 py310hff52083_0 - flit 3.6.0 pyhd8ed1ab_0 - flit-core 3.6.0 pyhd8ed1ab_0 - idna 3.3 pyhd8ed1ab_0 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libffi 3.4.2 h7f98852_5 - libgcc-ng 11.2.0 h1d223b6_12 - libgomp 11.2.0 h1d223b6_12 - libnsl 2.0.0 h7f98852_0 - libuuid 2.32.1 h7f98852_1000 - libzlib 1.2.11 h36c2ea0_1013 - ncurses 6.3 h9c3ff4c_0 - openssl 1.1.1l h7f98852_0 - pip 22.0.2 pyhd8ed1ab_0 - pycparser 2.21 pyhd8ed1ab_0 - pyopenssl 22.0.0 pyhd8ed1ab_0 - pysocks 1.7.1 py310hff52083_4 - python 3.10.2 h85951f9_2_cpython - python_abi 3.10 2_cp310 - readline 8.1 h46c0cb4_0 - requests 2.27.1 pyhd8ed1ab_0 - setuptools 60.6.0 py310hff52083_0 - sqlite 3.37.0 h9cd32fc_0 - tk 8.6.11 h27826a3_1 - tomli 2.0.0 pyhd8ed1ab_1 - tomli-w 1.0.0 pyhd8ed1ab_0 - tzdata 2021e he74cb21_0 - urllib3 1.26.8 pyhd8ed1ab_1 - wheel 0.37.1 pyhd8ed1ab_0 - xz 5.2.5 h516909a_1 - zlib 1.2.11 h36c2ea0_1013 run: - python >=3.6 test: commands: - python -m threadpoolctl -i numpy imports: - threadpoolctl requires: - numpy about: 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). ' dev_url: https://github.com/joblib/threadpoolctl doc_url: https://github.com/joblib/threadpoolctl 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 extra: copy_test_source_files: true final: true recipe-maintainers: - jeremiedbb - ogrisel - tomMoral