import hwloc-2.2.0-1.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:36:05 -04:00 committed by Andrew Lukoshko
parent 541c52f320
commit 1634d3805b
3 changed files with 46 additions and 22 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/hwloc-1.11.9.tar.bz2 SOURCES/hwloc-2.2.0.tar.bz2

View File

@ -1 +1 @@
f403351c2ab08e4a1bef24f466a6e992feb8b0b8 SOURCES/hwloc-1.11.9.tar.bz2 1b87ff3820b28e718dfdca626a1d27521ea613f6 SOURCES/hwloc-2.2.0.tar.bz2

View File

@ -1,10 +1,10 @@
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
Name: hwloc Name: hwloc
Version: 1.11.9 Version: 2.2.0
Release: 3%{?dist} Release: 1%{?dist}
License: BSD License: BSD
URL: http://www.open-mpi.org/projects/hwloc/ URL: http://www.open-mpi.org/projects/hwloc/
Source0: http://www.open-mpi.org/software/hwloc/v1.11/downloads/%{name}-%{version}.tar.bz2 Source0: http://www.open-mpi.org/software/hwloc/v2.0/downloads/%{name}-%{version}.tar.bz2
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
BuildRequires: gcc BuildRequires: gcc
@ -17,7 +17,7 @@ BuildRequires: libX11-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: libXNVCtrl-devel BuildRequires: libXNVCtrl-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: transfig doxygen lynx BuildRequires: transfig doxygen
BuildRequires: texlive-latex texlive-makeindex BuildRequires: texlive-latex texlive-makeindex
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
%ifnarch s390 %{arm} %ifnarch s390 %{arm}
@ -30,7 +30,6 @@ BuildRequires: rdma-core-devel
%{?systemd_requires} %{?systemd_requires}
BuildRequires: systemd BuildRequires: systemd
%endif %endif
BuildRequires: libtool
%description %description
The Portable Hardware Locality (hwloc) software package provides The Portable Hardware Locality (hwloc) software package provides
@ -119,7 +118,7 @@ rm %{buildroot}%{_datadir}/%{name}/hwloc-dump-hwdata.service
%endif %endif
%check %check
LD_LIBRARY_PATH=$PWD/src/.libs make check LD_LIBRARY_PATH=$PWD/hwloc/.libs make check
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
%post %post
@ -139,6 +138,7 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
%{_bindir}/lstopo-no-graphics %{_bindir}/lstopo-no-graphics
%{_mandir}/man1/%{name}* %{_mandir}/man1/%{name}*
%{_mandir}/man1/lstopo-no-graphics* %{_mandir}/man1/lstopo-no-graphics*
/etc/bash_completion.d/hwloc-completion.bash
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
%{_sbindir}/hwloc-dump-hwdata %{_sbindir}/hwloc-dump-hwdata
%{_unitdir}/hwloc-dump-hwdata.service %{_unitdir}/hwloc-dump-hwdata.service
@ -152,15 +152,18 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
%{_includedir}/%{name}.h %{_includedir}/%{name}.h
%{_pkgdocdir}/examples %{_pkgdocdir}/examples
%{_libdir}/*.so %{_libdir}/*.so
/usr/share/hwloc/hwloc-ps.www/*
%files libs %files libs
%{_mandir}/man7/%{name}* %{_mandir}/man7/%{name}*
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%{_datadir}/%{name}/%{name}.dtd %{_datadir}/hwloc/hwloc.dtd
%{_datadir}/%{name}/%{name}-valgrind.supp %{_datadir}/hwloc/hwloc-valgrind.supp
%{_datadir}/hwloc/hwloc2.dtd
%{_datadir}/hwloc/hwloc2-diff.dtd
%dir %{_pkgdocdir}/ %dir %{_pkgdocdir}/
%{_pkgdocdir}/*[^c] %{_pkgdocdir}/*[^c]
%{_libdir}/libhwloc*so.5* %{_libdir}/libhwloc*so.15*
%files gui %files gui
%{_bindir}/lstopo %{_bindir}/lstopo
@ -172,12 +175,33 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
%{_libdir}/%{name}/hwloc* %{_libdir}/%{name}/hwloc*
%changelog %changelog
* Tue Mar 12 2019 Prarit Bhargava <prarit@redhat.com> - 1.11.9-3 * Mon Oct 12 2020 Prarit Bhargava <prarit@redhat.com> - 2.2.0-1
- add libtool requirement [1657366] - Rebuild for 8.4.0
* Wed Aug 15 2018 Troy Dawson <tdawson@redhat.com> - 1.11.9-2 * Tue Jun 2 2020 Prarit Bhargava <prarit@redhat.com> - 2.2.0-0
- Use lynx instead of w3m - Upgrade RHEL to 2.2.0
- Resolves: bug#1563245
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Dec 09 2019 Orion Poplawski <orion@nwra.com> - 2.0.4-2
- Drop BR/R on rdma-core-devel on arm (bz#1780813)
* Sat Aug 24 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.4-1
- Update to latest version (#1663624)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Jan 30 2019 Michal Schmidt <mschmidt@redhat.com> - 1.11.12-1
- Upstream release 1.11.12.
- BR rdma-core-devel even on arm.
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Mar 05 2018 Michal Schmidt <mschmidt@redhat.com> - 1.11.9-1 * Mon Mar 05 2018 Michal Schmidt <mschmidt@redhat.com> - 1.11.9-1
- Update to 1.11.9. - Update to 1.11.9.