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:           Thu Dec 13 19:11:28 UTC 2018

Modified Files:
        pkgsrc/parallel/hwloc: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/parallel/hwloc/Makefile
cvs rdiff -u -r1.12 -r1.13 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.23 pkgsrc/parallel/hwloc/Makefile:1.24
--- pkgsrc/parallel/hwloc/Makefile:1.23 Thu Aug 16 12:56:27 2018
+++ pkgsrc/parallel/hwloc/Makefile      Thu Dec 13 19:11:28 2018
@@ -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_LIBTOOL=                yes
 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

Index: pkgsrc/parallel/hwloc/distinfo
diff -u pkgsrc/parallel/hwloc/distinfo:1.12 pkgsrc/parallel/hwloc/distinfo:1.13
--- pkgsrc/parallel/hwloc/distinfo:1.12 Thu Aug  9 11:15:31 2018
+++ pkgsrc/parallel/hwloc/distinfo      Thu Dec 13 19:11:28 2018
@@ -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