diff options
author | manu <manu@pkgsrc.org> | 2013-07-16 16:25:32 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2013-07-16 16:25:32 +0000 |
commit | a6fce30d4cf5d3742da50f97b35029682dcede50 (patch) | |
tree | 7639ecbf165c30c61e24c169a909ced9886446cb /parallel | |
parent | aed474a3cf8440be79a1344401046c6f75f25afc (diff) | |
download | pkgsrc-a6fce30d4cf5d3742da50f97b35029682dcede50.tar.gz |
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 (limited to 'parallel')
-rw-r--r-- | parallel/hwloc/Makefile | 8 | ||||
-rw-r--r-- | parallel/hwloc/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/parallel/hwloc/Makefile b/parallel/hwloc/Makefile index d4425d33410..ad6df8ed5b5 100644 --- a/parallel/hwloc/Makefile +++ b/parallel/hwloc/Makefile @@ -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 diff --git a/parallel/hwloc/distinfo b/parallel/hwloc/distinfo index 03a82dbbfa6..ae837c6c120 100644 --- a/parallel/hwloc/distinfo +++ b/parallel/hwloc/distinfo @@ -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 |