Accepting request 344785 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/344785 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=7
This commit is contained in:
commit
2346bbfc0a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35ce13a9a0737d2de1c6facb5c3c0438f7c83b45d6ce652e05ba000f6f2e514a
|
|
||||||
size 3771665
|
|
3
hwloc-1.11.1.tar.bz2
Normal file
3
hwloc-1.11.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48614061c4baa44dec7ec078459c3bd1f3ecaa39a39331a7eb857c945cca6c0f
|
||||||
|
size 3993881
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 16 15:48:47 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.11.1
|
||||||
|
* Hardwire the topology of Fujitsu K-computer, FX10, FX100 servers to
|
||||||
|
workaround buggy Linux kernels.
|
||||||
|
* Fix L3 cache information on AMD Opteron 61xx Magny-Cours processors
|
||||||
|
in the x86 backend.
|
||||||
|
* Detect block devices directly attached to PCI without a controller,
|
||||||
|
for instance NVMe disks.
|
||||||
|
* Add the PCISlot attribute to all PCI functions instead of only the
|
||||||
|
first one.
|
||||||
|
* Ignore PCI bridges that could fail assertions by reporting buggy
|
||||||
|
secondary-subordinate bus numbers
|
||||||
|
* Fix an overzealous assertion when inserting an intermediate Group object
|
||||||
|
while Groups are totally ignored.
|
||||||
|
* Fix a memory leak on Linux on AMD processors with dual-core compute units.
|
||||||
|
* Fix a memory leak on failure to load a xml diff file.
|
||||||
|
* Fix some segfaults when inputting an invalid synthetic description.
|
||||||
|
* Fix a segfault when plugins fail to find core symbols.
|
||||||
|
* Fix a segfault when displaying logical indexes in the graphical lstopo.
|
||||||
|
* Fix lstopo linking with X11 libraries, for instance on Mac OS X.
|
||||||
|
* hwloc-annotate, hwloc-diff and hwloc-patch do not drop unavailable
|
||||||
|
resources from the output anymore and those may be annotated as well.
|
||||||
|
* Command-line tools may now import XML from the standard input with -i -.xml
|
||||||
|
* Add missing documentation for the hwloc-info --no-icaches option.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 15:32:07 UTC 2015 - mpluskal@suse.com
|
Thu Mar 5 15:32:07 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%global lname libhwloc5
|
%global lname libhwloc5
|
||||||
%define sversion 1.10
|
%define sversion 1.11
|
||||||
Name: hwloc
|
Name: hwloc
|
||||||
Version: 1.10.1
|
Version: 1.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable Hardware Locality
|
Summary: Portable Hardware Locality
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user