-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy pathhwloc.yaml
59 lines (50 loc) · 1.12 KB
/
hwloc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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