pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/hwloc



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 11 13:16:46 UTC 2019

Modified Files:
        pkgsrc/parallel/hwloc: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/parallel/hwloc/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/parallel/hwloc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/hwloc/Makefile
diff -u pkgsrc/parallel/hwloc/Makefile:1.25 pkgsrc/parallel/hwloc/Makefile:1.26
--- pkgsrc/parallel/hwloc/Makefile:1.25 Mon Jul  8 10:36:27 2019
+++ pkgsrc/parallel/hwloc/Makefile      Wed Sep 11 13:16:45 2019
@@ -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

Index: pkgsrc/parallel/hwloc/distinfo
diff -u pkgsrc/parallel/hwloc/distinfo:1.13 pkgsrc/parallel/hwloc/distinfo:1.14
--- pkgsrc/parallel/hwloc/distinfo:1.13 Thu Dec 13 19:11:28 2018
+++ pkgsrc/parallel/hwloc/distinfo      Wed Sep 11 13:16:45 2019
@@ -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