pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/hwloc Version 1.11.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6a4aec5d399
branches:  trunk
changeset: 361910:d6a4aec5d399
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 28 19:59:49 2017 +0000

description:
Version 1.11.7
--------------
* Fix hwloc-bind --membind for CPU-less NUMA nodes (again).
  Thanks to Gilles Gouaillardet for reporting the issue.
* Fix a memory leak on IBM S/390 platforms running Linux.
* Fix a memory leak when forcing the x86 backend first on amd64/topoext
  platforms running Linux.
* Command-line tools now support "hbm" instead "numanode" for filtering
  only high-bandwidth memory nodes when selecting locations.
  + hwloc-bind also support --hbm and --no-hbm for filtering only or
    no HBM nodes.
* Add --children and --descendants to hwloc-info for listing object
  children or object descendants of a specific type.
* Add --no-index, --index, --no-attrs, --attrs to disable/enable display
  of index numbers or attributes in the graphical lstopo output.
* Try to gather hwloc-dump-hwdata output from all possible locations
  in hwloc-gather-topology.
* Updates to the documentation of locations in hwloc(7) and
  command-line tools manpages.

diffstat:

 parallel/hwloc/Makefile    |   5 +++--
 parallel/hwloc/PLIST.Linux |   4 ++--
 parallel/hwloc/distinfo    |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 03f4e499c309 -r d6a4aec5d399 parallel/hwloc/Makefile
--- a/parallel/hwloc/Makefile   Fri Apr 28 18:37:18 2017 +0000
+++ b/parallel/hwloc/Makefile   Fri Apr 28 19:59:49 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2017/02/06 03:50:01 markd Exp $
+# $NetBSD: Makefile,v 1.21 2017/04/28 19:59:49 adam Exp $
 
-DISTNAME=      hwloc-1.11.4
+DISTNAME=      hwloc-1.11.7
 CATEGORIES=    parallel
 MASTER_SITES=  http://www.open-mpi.org/software/hwloc/v1.11/downloads/
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    asau%inbox.ru@localhost
 HOMEPAGE=      http://www.open-mpi.org/projects/hwloc/
diff -r 03f4e499c309 -r d6a4aec5d399 parallel/hwloc/PLIST.Linux
--- a/parallel/hwloc/PLIST.Linux        Fri Apr 28 18:37:18 2017 +0000
+++ b/parallel/hwloc/PLIST.Linux        Fri Apr 28 19:59:49 2017 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST.Linux,v 1.2 2017/02/06 03:50:01 markd Exp $
+@comment $NetBSD: PLIST.Linux,v 1.3 2017/04/28 19:59:49 adam Exp $
 bin/hwloc-gather-topology
 include/hwloc/glibc-sched.h
 include/hwloc/linux-libnuma.h
 include/hwloc/linux.h
+man/man1/hwloc-dump-hwdata.1
 man/man1/hwloc-gather-topology.1
-man/man1/hwloc-dump-hwdata.1
 sbin/hwloc-dump-hwdata
 share/hwloc/hwloc-dump-hwdata.service
diff -r 03f4e499c309 -r d6a4aec5d399 parallel/hwloc/distinfo
--- a/parallel/hwloc/distinfo   Fri Apr 28 18:37:18 2017 +0000
+++ b/parallel/hwloc/distinfo   Fri Apr 28 19:59:49 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/10/21 10:35:28 asau Exp $
+$NetBSD: distinfo,v 1.11 2017/04/28 19:59:49 adam Exp $
 
-SHA1 (hwloc-1.11.4.tar.gz) = 952d2c33ad159710cf339436465b8d682f8ad551
-RMD160 (hwloc-1.11.4.tar.gz) = f43579d68b8041b41bee599cd82598a7235b5c59
-SHA512 (hwloc-1.11.4.tar.gz) = c6a506a9f1d4b6e5eb34373b92c5e28ef57c8d5f9c962331bc09046f77dbfe4d459be7efca5bb10b6f4704d1dc338a4e1218df1943599fd0d4226cccf75f3746
-Size (hwloc-1.11.4.tar.gz) = 4424296 bytes
+SHA1 (hwloc-1.11.7.tar.bz2) = 7b78850b8504a93972a3f114a0e75f9b115607d9
+RMD160 (hwloc-1.11.7.tar.bz2) = 6ba10c550f1c02a16445a9172cf22bc4a988f6e5
+SHA512 (hwloc-1.11.7.tar.bz2) = f3afd123f917d07fe987b8a16dba9f1aa9a9112fc4bdc806417c942b5fbd3b7f31067550048258814b4ba08d4ac7bd45c1fd477457d817bf9453735e0b82f04e
+Size (hwloc-1.11.7.tar.bz2) = 4187754 bytes



Home | Main Index | Thread Index | Old Index