update to 2.4.1 [release 2.4.1-1mamba;Tue May 11 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 23:46:27 +01:00
parent 3748309c29
commit 92970fc00a

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 2.4.1-1mamba
- update to 2.4.1
* Sun Nov 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
- package created using the webbuild interface