From 3bbedb7d0f0b7f709e0a2cb0374e9ccf234d02c2d2ae314aedcae299379cfdf6 Mon Sep 17 00:00:00 2001 From: Thomas Blume Date: Tue, 1 Oct 2019 07:05:07 +0000 Subject: [PATCH] Accepting request 734039 from home:tsaupe:branches:devel:libraries:c_c++:hwloc-jsc-SLE-8583 update to upstream version 2.0.4 (jsc#SLE-8583) OBS-URL: https://build.opensuse.org/request/show/734039 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=30 --- hwloc-1.11.8.tar.gz | 3 --- hwloc-2.0.4.tar.bz2 | 3 +++ hwloc.changes | 41 +++++++++++++++++++++++++++++++++++++++++ hwloc.spec | 22 ++++++++++------------ 4 files changed, 54 insertions(+), 15 deletions(-) delete mode 100644 hwloc-1.11.8.tar.gz create mode 100644 hwloc-2.0.4.tar.bz2 diff --git a/hwloc-1.11.8.tar.gz b/hwloc-1.11.8.tar.gz deleted file mode 100644 index 1100efa..0000000 --- a/hwloc-1.11.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:802b77073f40581be689bd0a2ec23e79db94846eef66b6281dceba0df8575487 -size 1622737 diff --git a/hwloc-2.0.4.tar.bz2 b/hwloc-2.0.4.tar.bz2 new file mode 100644 index 0000000..6c8cd0b --- /dev/null +++ b/hwloc-2.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653c05742dff16e5ee6ad3343fd40e93be8ba887eaffbd539832b68780d047a9 +size 6057001 diff --git a/hwloc.changes b/hwloc.changes index 37adb0c..7562893 100644 --- a/hwloc.changes +++ b/hwloc.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Tue Aug 27 08:36:28 UTC 2019 - Thomas Blume + +- update to latest released upstream version 2.0.4 (jsc#SLE-8583) + +* Add support for Linux 5.3 new sysfs cpu topology files with Die information. +* Add support for Intel v2 Extended Topology Enumeration in the x86 backend. +* Tiles, Modules and Dies are exposed as Groups for now. + + HWLOC_DONT_MERGE_DIE_GROUPS=1 may be set in the environment to prevent + Die groups from being automatically merged with identical parent or children. +* Ignore NUMA node information from AMD topoext in the x86 backend, + unless HWLOC_X86_TOPOEXT_NUMANODES=1 is set in the environment. +* Group objects have a new "dont_merge" attribute to prevent them from + being automatically merged with identical parent or children. +* Fix build on Cygwin, thanks to Marco Atzeri for the patches. +* Fix a corner case of hwloc_topology_restrict() where children would + become out-of-order. +* Fix the return length of export_xmlbuffer() functions to always + include the ending \0. +* Fix lstopo --children-order argument parsing. +* Add support for Hygon Dhyana processors in the x86 backend, + thanks to Pu Wen for the patch. +* Fix symbol renaming to also rename internal components, + thanks to Evan Ramos for the patch. +* Fix build on HP-UX, thanks to Richard Lloyd for reporting the issues. +* Detect PCI link speed without being root on Linux >= 4.13. +* Add HWLOC_VERSION* macros to the public headers, + thanks to Gilles Gouaillardet for the suggestion. +* Bump the library soname to 15:0:0 to avoid conflicts with hwloc 1.11.x + releases. The hwloc 2.0.0 soname was buggy (12:0:0), applications will + have to be recompiled. +* Serialize pciaccess discovery to fix concurrent topology loads in + multiple threads. +* Fix hwloc-dump-hwdata to only process SMBIOS information that correspond + to the KNL and KNM configuration. +* Add a heuristic for guessing KNL/KNM memory and cluster modes when + hwloc-dump-hwdata could not run as root earlier. +* Add --no-text lstopo option to remove text from some boxes in the + graphical output. Mostly useful for removing Group labels. +* Some minor fixes to memory binding. + ------------------------------------------------------------------- Tue Nov 21 12:29:26 UTC 2017 - Thomas.Blume@suse.com diff --git a/hwloc.spec b/hwloc.spec index e33afc0..8e4df1d 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,7 +1,7 @@ # # spec file for package hwloc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%global lname libhwloc5 -%if ! 0%{?is_opensuse} -%define version_prefix 2.0.0. -%endif -%define mainversion 1.11.8 +%global lname libhwloc15 Name: hwloc -Version: %{?version_prefix}%{?mainversion} +Version: 2.0.4 Release: 0 Summary: Portable Hardware Locality License: BSD-3-Clause Group: Productivity/Clustering/Computing Url: http://www.open-mpi.org/projects/hwloc/ -#Source0: %{name}-%{version}.tar.xz -Source0: https://github.com/open-mpi/hwloc/archive/%{name}-%{mainversion}.tar.gz +Source0: https://download.open-mpi.org/release/hwloc/v2.0/%{name}-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen @@ -109,7 +104,7 @@ BuildArch: noarch This package contains the documentation for hwloc. %prep -%setup -q -n %{name}-%{name}-%{mainversion} +%setup -q -n %{name}-%{version} %build autoreconf -fvi @@ -181,10 +176,13 @@ make %{?_smp_mflags} check || : %defattr(-, root, root, -) %dir %{_datadir}/hwloc %{_datadir}/hwloc/hwloc.dtd +%{_datadir}/hwloc/hwloc2-diff.dtd +%{_datadir}/hwloc/hwloc2.dtd %{_datadir}/hwloc/hwloc-valgrind.supp %files doc %defattr(-, root, root, -) -%doc ./doc/images/*.pdf +%doc ./doc/doxygen-doc/html/* +%{_mandir}/man3/* %changelog