pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/hwloc Update to hwloc-1.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cec103410f9
branches:  trunk
changeset: 621755:0cec103410f9
user:      manu <manu%pkgsrc.org@localhost>
date:      Tue Jul 16 16:25:32 2013 +0000

description:
Update to hwloc-1.7.1

Changes since 1.7 from NEWS file:

Version 1.7.1
-------------
* Fix a failed assertion in the distance grouping code when loading a XML
  file that already contains some groups.
  Thanks to Laercio Lima Pilla for reporting the problem.
* Remove unexpected Group objects when loading XML topologies with I/O
  objects and NUMA distances.
  Thanks to Elena Elkina for reporting the problem and testing patches.
* Fix PCI link speed discovery when using libpciaccess.
* Fix invalid libpciaccess virtual function device/vendor IDs when using
  SR-IOV PCI devices on Linux.
* Fix GL component build with old NVCtrl releases.
  Thanks to Jirka Hladky for reporting the problem.
* Fix embedding breakage caused by libltdl.
  Thanks to Pavan Balaji for reporting the problem.
* Always use the system-wide libltdl instead of shipping one inside hwloc.
* Document issues when enabling plugins while embedding hwloc in another
  project, in the documentation section Embedding hwloc in Other Software.
* Add a FAQ entry "How to get useful topology information on NetBSD?"
  in the documentation.
* Somes fixes in the renaming code for embedding.
* Miscellaneous minor build fixes.

diffstat:

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

diffs (30 lines):

diff -r b78fe97ffa30 -r 0cec103410f9 parallel/hwloc/Makefile
--- a/parallel/hwloc/Makefile   Tue Jul 16 14:37:20 2013 +0000
+++ b/parallel/hwloc/Makefile   Tue Jul 16 16:25:32 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2013/06/04 22:16:57 tron Exp $
+# $NetBSD: Makefile,v 1.14 2013/07/16 16:25:32 manu Exp $
 
-DISTNAME=      hwloc-1.7
-PKGREVISION=   2
+DISTNAME=      hwloc-1.7.1
+#PKGREVISION=  1
 CATEGORIES=    parallel
-MASTER_SITES=  http://www.open-mpi.org/software/hwloc/v${PKGVERSION_NOREV}/downloads/
+MASTER_SITES=  http://www.open-mpi.org/software/hwloc/v1.7/downloads/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    asau%inbox.ru@localhost
diff -r b78fe97ffa30 -r 0cec103410f9 parallel/hwloc/distinfo
--- a/parallel/hwloc/distinfo   Tue Jul 16 14:37:20 2013 +0000
+++ b/parallel/hwloc/distinfo   Tue Jul 16 16:25:32 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/04/15 20:46:17 adam Exp $
+$NetBSD: distinfo,v 1.6 2013/07/16 16:25:32 manu Exp $
 
-SHA1 (hwloc-1.7.tar.bz2) = 60f5ca622ee70fbc098f372d7c8e651ed27e7e65
-RMD160 (hwloc-1.7.tar.bz2) = f44b43bdd814bc2a52db0bc173dfe162dde14cd1
-Size (hwloc-1.7.tar.bz2) = 3300570 bytes
+SHA1 (hwloc-1.7.1.tar.bz2) = 7bb4e6c68d1c24f881d3f7ddf0682b50622351c8
+RMD160 (hwloc-1.7.1.tar.bz2) = 04032437ed3edbf527430bf79f7a0471d572b288
+Size (hwloc-1.7.1.tar.bz2) = 3214808 bytes



Home | Main Index | Thread Index | Old Index