diff --git a/hwloc.spec b/hwloc.spec index a6dfd04..0286f4d 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: hwloc -Version: 2.10.0 +Version: 2.11.0 Release: 1mamba Summary: A portable abstraction of the hierarchical topology of modern architectures 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 License: BSD ## AUTOBUILDREQ-BEGIN +%ifarch x86_64 +BuildRequires: cuda +%endif BuildRequires: glibc-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel +BuildRequires: libXext-devel BuildRequires: libcairo-devel BuildRequires: libncurses-devel BuildRequires: libpciaccess-devel BuildRequires: libudev-devel BuildRequires: libxml2-devel -BuildRequires: ocl-icd-devel +BuildRequires: libxnvctrl-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -105,6 +109,9 @@ This package contains libraries and header files for developing applications tha %changelog +* Wed Jun 26 2024 Automatic Build System 2.11.0-1mamba +- automatic version update by autodist + * Tue Dec 05 2023 Automatic Build System 2.10.0-1mamba - automatic version update by autodist