From 1ba2dba1f3aa27e3ad7bde08566301d139a6c0d9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 4 Apr 2023 22:11:47 +0300 Subject: [PATCH] hwloc-2.9.1 --- hardware/misc/hwloc/actions.py | 5 +++-- hardware/misc/hwloc/pspec.xml | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/hardware/misc/hwloc/actions.py b/hardware/misc/hwloc/actions.py index e85eca64ee..f558e387b0 100644 --- a/hardware/misc/hwloc/actions.py +++ b/hardware/misc/hwloc/actions.py @@ -15,7 +15,8 @@ def setup(): # suppress compiler warnings pisitools.cflags.add("-Wno-unused-result") autotools.configure("--sbindir=/usr/bin \ - --enable-plugins") + --localstatedir=/var \ + --enable-plugins") #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") @@ -30,4 +31,4 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("COPYING","README*") \ No newline at end of file + pisitools.dodoc("COPYING","README*") diff --git a/hardware/misc/hwloc/pspec.xml b/hardware/misc/hwloc/pspec.xml index 81f74a2ef8..20bfe9af67 100644 --- a/hardware/misc/hwloc/pspec.xml +++ b/hardware/misc/hwloc/pspec.xml @@ -14,7 +14,7 @@ app:console Portable Hardware Locality (hwloc) 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. - https://download.open-mpi.org/release/hwloc/v2.8/hwloc-2.8.0.tar.bz2 + https://download.open-mpi.org/release/hwloc/v2.9/hwloc-2.9.1.tar.bz2 cairo-devel pciutils-devel @@ -62,6 +62,13 @@ + + 2023-04-04 + 2.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-06 2.8.0