Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hwloc for building NeMo #13321

Merged
merged 11 commits into from
Feb 22, 2024
59 changes: 59 additions & 0 deletions hwloc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
package:
name: hwloc
version: 2.10.0
epoch: 0
description: Portable abstraction of hierarchical hardware architectures
target-architecture:
- x86_64
copyright:
- license: BSD-3-Clause

environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- cairo-dev
- eudev-dev
- libxml2-dev
- ncurses-dev
- numactl-dev

pipeline:
- uses: fetch
with:
expected-sha256: 0305dd60c9de2fbe6519fe2a4e8fdc6d3db8de574a0ca7812b92e80c05ae1392
uri: https://www.open-mpi.org/software/hwloc/v2.10/downloads/hwloc-${{package.version}}.tar.bz2

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- uses: strip

subpackages:
- name: hwloc-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- hwloc
description: hwloc dev

- name: hwloc-doc
pipeline:
- uses: split/manpages
description: hwloc manpages

update:
enabled: true
github:
identifier: open-mpi/hwloc
strip-prefix: hwloc-
tag-filter: hwloc-
use-tag: true
Loading