From 7a2d64a07f2535da8dc10d2053ce39506048c6a7 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 18 Jan 2022 13:40:03 +0100 Subject: [PATCH] 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/ --- hwloc.be0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 hwloc.be0 diff --git a/hwloc.be0 b/hwloc.be0 new file mode 100755 index 000000000..b439db4f7 --- /dev/null +++ b/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 +#}