{% set name = "libhwloc" %} {% set pname = "hwloc" %} {% set version = "2.9.0" %} {% set sha256 = "9d7d3450e0a5fea4cb80ca07dc8db939abb7ab62e2a7bb27f9376447658738ec" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://www.open-mpi.org/software/hwloc/v{{ '.'.join(version.split('.')[:2]) }}/downloads/{{ pname }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 skip: true # [win and vc<14] run_exports: - {{ pin_subpackage(name, max_pin='x.x.x') }} requirements: build: - {{ compiler('cxx') }} - pkg-config # [unix] - autotools_clang_conda # [win] - make # [unix] - automake # [unix] - libtool # [unix] - autoconf # [unix] host: - libxml2 - pthreads-win32 # [win] run: - libxml2 - pthreads-win32 # [win] test: commands: - hwloc-ls - test -f ${PREFIX}/lib/libhwloc${SHLIB_EXT} # [unix] - if not exist %LIBRARY_LIB%\hwloc.lib exit 1 # [win] about: home: https://www.open-mpi.org/projects/hwloc/ license: BSD-3-Clause license_file: COPYING summary: Portable Hardware Locality (hwloc) extra: recipe-maintainers: - inducer - isuruf