pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/hwloc hwloc: updated to 1.11.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eeee4df29e02
branches:  trunk
changeset: 339348:eeee4df29e02
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 11 13:16:45 2019 +0000

description:
hwloc: updated to 1.11.3

hwloc (Hardware Locality) 1.11.13

The most important change is support for upcoming Intel processors with
multiple Dies per CPU. hwloc release 2.1 will add a new "Die" object.
In the meantime 1.11.13 and 2.0.4 represent those Dies as "Die" groups.

Summary of the changes since 1.11.12:

* 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.

diffstat:

 parallel/hwloc/Makefile |   4 ++--
 parallel/hwloc/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 451cdd699f1c -r eeee4df29e02 parallel/hwloc/Makefile
--- a/parallel/hwloc/Makefile   Wed Sep 11 13:14:04 2019 +0000
+++ b/parallel/hwloc/Makefile   Wed Sep 11 13:16:45 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/07/08 10:36:27 nia Exp $
+# $NetBSD: Makefile,v 1.26 2019/09/11 13:16:45 adam Exp $
 
-DISTNAME=      hwloc-1.11.12
+DISTNAME=      hwloc-1.11.13
 CATEGORIES=    parallel
 MASTER_SITES=  http://www.open-mpi.org/software/hwloc/v${PKGVERSION_NOREV:R}/downloads/
 EXTRACT_SUFX=  .tar.bz2
diff -r 451cdd699f1c -r eeee4df29e02 parallel/hwloc/distinfo
--- a/parallel/hwloc/distinfo   Wed Sep 11 13:14:04 2019 +0000
+++ b/parallel/hwloc/distinfo   Wed Sep 11 13:16:45 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/12/13 19:11:28 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/09/11 13:16:45 adam Exp $
 
-SHA1 (hwloc-1.11.12.tar.bz2) = cff20000df7e8b2fe639547ba69c850eb867f380
-RMD160 (hwloc-1.11.12.tar.bz2) = 4cf3b280f1fbdcb2e12114409a8480604d8e48f8
-SHA512 (hwloc-1.11.12.tar.bz2) = 5bc78e4178f14de21aa0648603841ff611d95fa66dbd5244970f4dd59e01276d1d8d944056680fdab6afbce10f6723dfe6d0f51845ed1c1065273e31011307fc
-Size (hwloc-1.11.12.tar.bz2) = 4116387 bytes
+SHA1 (hwloc-1.11.13.tar.bz2) = c3ae96a845ff3800f28b28fdb48146f971589653
+RMD160 (hwloc-1.11.13.tar.bz2) = 5cf1f0c250fc4a2eb20a99ed05a959af5bd17a68
+SHA512 (hwloc-1.11.13.tar.bz2) = dd38bcc9a5df2dcfd3bbd828ab13fdb1c1d21747a0b62e6c87df95d2835c0472590344ff5bda4f6c28e597eaba1ea11c0bc96907ad45f1215f51f95ac9f58138
+Size (hwloc-1.11.13.tar.bz2) = 4120436 bytes



Home | Main Index | Thread Index | Old Index