automatic version update by autodist [release 2.11.0-1mamba;Wed Jun 26 2024]

This commit is contained in:
Automatic Build System 2024-06-30 21:19:22 +02:00
parent 6e84081a87
commit 3e65782b55

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: hwloc Name: hwloc
Version: 2.10.0 Version: 2.11.0
Release: 1mamba Release: 1mamba
Summary: A portable abstraction of the hierarchical topology of modern architectures Summary: A portable abstraction of the hierarchical topology of modern architectures
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
@ -11,16 +11,20 @@ URL: https://www.open-mpi.org/projects/hwloc/
Source: https://download.open-mpi.org/release/hwloc/v%{majver}/hwloc-%{version}.tar.bz2 Source: https://download.open-mpi.org/release/hwloc/v%{majver}/hwloc-%{version}.tar.bz2
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
%ifarch x86_64
BuildRequires: cuda
%endif
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libICE-devel BuildRequires: libICE-devel
BuildRequires: libSM-devel BuildRequires: libSM-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libncurses-devel BuildRequires: libncurses-devel
BuildRequires: libpciaccess-devel BuildRequires: libpciaccess-devel
BuildRequires: libudev-devel BuildRequires: libudev-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: ocl-icd-devel BuildRequires: libxnvctrl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -105,6 +109,9 @@ This package contains libraries and header files for developing applications tha
%changelog %changelog
* Wed Jun 26 2024 Automatic Build System <autodist@openmamba.org> 2.11.0-1mamba
- automatic version update by autodist
* Tue Dec 05 2023 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba * Tue Dec 05 2023 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
- automatic version update by autodist - automatic version update by autodist