Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hwloc: Add version 2.1.0
The Portable Hardware Locality (hwloc) software package provides a
portable abstraction (across OS, versions, architectures, ...) of the
hierarchical topology of modern architectures, including NUMA memory
nodes, sockets, shared caches, cores and simultaneous multithreading. It
also gathers various system attributes such as cache and memory
information as well as the locality of I/O devices such as network
interfaces, InfiniBand HCAs or GPUs. [1]

[1]: https://www.open-mpi.org/projects/hwloc/
  • Loading branch information
donald committed Jan 18, 2022
1 parent 9f65b55 commit 7a2d64a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions hwloc.be0
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION hwloc-2.1.0-0

# more info: https://github.com/open-mpi/hwloc/releases/download/hwloc-2.1.0/hwloc-2.1.0.tar.bz2

SRCURL[0]="https://github.com/open-mpi/hwloc/releases/download/hwloc-${PKGVERSION}/hwloc-${PKGVERSION}.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 7a2d64a

Please sign in to comment.