pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/hwloc hwloc: updated to 1.11.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c99a2e36be64
branches:  trunk
changeset: 316468:c99a2e36be64
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 13 19:11:28 2018 +0000

description:
hwloc: updated to 1.11.12

Version 1.11.12
* Fix a corner case of hwloc_topology_restrict() where children would
  become out-of-order.
* Fix the return length of export_xmlbuffer() functions to always
  include the ending \0.

Version 1.11.11
* Add support for Hygon Dhyana processors in the x86 backend,
  thanks to Pu Wen for the patch.
* Fix symbol renaming to also rename internal components,
  thanks to Evan Ramos for the patch.
* Fix build on HP-UX, thanks to Richard Lloyd for reporting the issues.
* Detect PCI link speed without being root on Linux >= 4.13.

diffstat:

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

diffs (44 lines):

diff -r d6326d52a357 -r c99a2e36be64 parallel/hwloc/Makefile
--- a/parallel/hwloc/Makefile   Thu Dec 13 17:31:57 2018 +0000
+++ b/parallel/hwloc/Makefile   Thu Dec 13 19:11:28 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2018/08/16 12:56:27 adam Exp $
+# $NetBSD: Makefile,v 1.24 2018/12/13 19:11:28 adam Exp $
 
-DISTNAME=      hwloc-1.11.10
+DISTNAME=      hwloc-1.11.12
 CATEGORIES=    parallel
-MASTER_SITES=  http://www.open-mpi.org/software/hwloc/v1.11/downloads/
+MASTER_SITES=  http://www.open-mpi.org/software/hwloc/v${PKGVERSION_NOREV:R}/downloads/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    asau%inbox.ru@localhost
@@ -14,12 +14,10 @@
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-picky
-
-TEST_TARGET=   check
+TEST_TARGET=           check
 
 .include "../../mk/bsd.prefs.mk"
 
-# libpci??
 #.include "../../graphics/cairo/buildlink3.mk" # optional
 .if ${OPSYS} != "Darwin"
 # libpciaccess is marked as broken on Darwin
diff -r d6326d52a357 -r c99a2e36be64 parallel/hwloc/distinfo
--- a/parallel/hwloc/distinfo   Thu Dec 13 17:31:57 2018 +0000
+++ b/parallel/hwloc/distinfo   Thu Dec 13 19:11:28 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/08/09 11:15:31 prlw1 Exp $
+$NetBSD: distinfo,v 1.13 2018/12/13 19:11:28 adam Exp $
 
-SHA1 (hwloc-1.11.10.tar.bz2) = 247d3ac53ffe4143ea6d9f35a9756650e6a0558e
-RMD160 (hwloc-1.11.10.tar.bz2) = 97b4534e64d27b2aaf5ece26a60a14a2dfc8e27c
-SHA512 (hwloc-1.11.10.tar.bz2) = 9e2cf5cc43f8c21cfd0bf09a58fda09ba832908eca5a211d164eb106f090609b6351bc934e572200530284fbfc5c460db29a49ec7974dbd298d757ed8aaf32b3
-Size (hwloc-1.11.10.tar.bz2) = 4102431 bytes
+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



Home | Main Index | Thread Index | Old Index