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: Fri Apr 28 19:59:49 UTC 2017
Modified Files:
pkgsrc/parallel/hwloc: Makefile PLIST.Linux distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/parallel/hwloc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/parallel/hwloc/PLIST.Linux
cvs rdiff -u -r1.10 -r1.11 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.20 pkgsrc/parallel/hwloc/Makefile:1.21
--- pkgsrc/parallel/hwloc/Makefile:1.20 Mon Feb 6 03:50:01 2017
+++ pkgsrc/parallel/hwloc/Makefile Fri Apr 28 19:59:49 2017
@@ -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/
Index: pkgsrc/parallel/hwloc/PLIST.Linux
diff -u pkgsrc/parallel/hwloc/PLIST.Linux:1.2 pkgsrc/parallel/hwloc/PLIST.Linux:1.3
--- pkgsrc/parallel/hwloc/PLIST.Linux:1.2 Mon Feb 6 03:50:01 2017
+++ pkgsrc/parallel/hwloc/PLIST.Linux Fri Apr 28 19:59:49 2017
@@ -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-gather-topology.1
man/man1/hwloc-dump-hwdata.1
+man/man1/hwloc-gather-topology.1
sbin/hwloc-dump-hwdata
share/hwloc/hwloc-dump-hwdata.service
Index: pkgsrc/parallel/hwloc/distinfo
diff -u pkgsrc/parallel/hwloc/distinfo:1.10 pkgsrc/parallel/hwloc/distinfo:1.11
--- pkgsrc/parallel/hwloc/distinfo:1.10 Fri Oct 21 10:35:28 2016
+++ pkgsrc/parallel/hwloc/distinfo Fri Apr 28 19:59:49 2017
@@ -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