From 92970fc00aeb3996671df34a080db1bc60a713b0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:46:27 +0100 Subject: [PATCH] update to 2.4.1 [release 2.4.1-1mamba;Tue May 11 2021] --- hwloc.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hwloc.spec b/hwloc.spec index f45a352..2680616 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,5 +1,6 @@ +%define majver %(echo %version | cut -d. -f1-2) Name: hwloc -Version: 2.3.0 +Version: 2.4.1 Release: 1mamba Summary: A portable abstraction of the hierarchical topology of modern architectures Group: System/Kernel and Hardware @@ -7,11 +8,10 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.open-mpi.org/projects/hwloc/ -Source: https://download.open-mpi.org/release/hwloc/v2.3/hwloc-%{version}.tar.bz2 +Source: https://download.open-mpi.org/release/hwloc/v%{majver}/hwloc-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -30,7 +30,6 @@ BuildRequires: libz-devel BuildRequires: ocl-icd-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Hardware Locality (hwloc) software project aims at easing the process of discovering hardware resources in parallel architectures. It offers command-line tools and a C API for consulting these resources, their locality, attributes, and interconnection. hwloc primarily aims at helping high-performance computing (HPC) applications, but is also applicable to any project seeking to exploit code and/or data locality on modern computing platforms. @@ -115,5 +114,8 @@ This package contains libraries and header files for developing applications tha %changelog +* Tue May 11 2021 Silvan Calarco 2.4.1-1mamba +- update to 2.4.1 + * Sun Nov 01 2020 Silvan Calarco 2.3.0-1mamba - package created using the webbuild interface