summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorasau <asau>2015-11-14 17:12:35 +0000
committerasau <asau>2015-11-14 17:12:35 +0000
commitffa442866a19b8ea50b99a8a7791c97b00399eee (patch)
treeac8b84522f337053a6fbd74ec2cff3dd2a99d69d /parallel
parent5aeacd18b0111e6d57085e6ba96a36812153032e (diff)
downloadpkgsrc-ffa442866a19b8ea50b99a8a7791c97b00399eee.tar.gz
Update hwloc to 1.11.1
pkgsrc changes: stop regenerating build system and drop build-time dependency on autotools. Version 1.11.1 -------------- * Detection fixes + Hardwire the topology of Fujitsu K-computer, FX10, FX100 servers to workaround buggy Linux kernels. Thanks to Takahiro Kawashima and Gilles Gouaillardet. + Fix L3 cache information on AMD Opteron 61xx Magny-Cours processors in the x86 backend. Thanks to Guillaume Beauchamp for the patch. + Detect block devices directly attached to PCI without a controller, for instance NVMe disks. Thanks to Barry M. Tannenbaum. + Add the PCISlot attribute to all PCI functions instead of only the first one. * Miscellaneous internal fixes + Ignore PCI bridges that could fail assertions by reporting buggy secondary-subordinate bus numbers Thanks to George Bosilca for reporting the issue. + Fix an overzealous assertion when inserting an intermediate Group object while Groups are totally ignored. + Fix a memory leak on Linux on AMD processors with dual-core compute units. Thanks to Bob Benner. + Fix a memory leak on failure to load a xml diff file. + Fix some segfaults when inputting an invalid synthetic description. + Fix a segfault when plugins fail to find core symbols. Thanks to Guy Streeter. * Many fixes and improvements in the Windows backend: + Fix the discovery of more than 32 processors and multiple processor groups. Thanks to Barry M. Tannenbaum for the help. + Add thread binding set support in case of multiple process groups. + Add thread binding get support. + Add get_last_cpu_location() support for the current thread. + Disable the unsupported process binding in case of multiple processor groups. + Fix/update the Visual Studio support under contrib/windows. Thanks to Eloi Gaudry for the help. * Tools fixes + Fix a segfault when displaying logical indexes in the graphical lstopo. Thanks to Guillaume Mercier for reporting the issue. + Fix lstopo linking with X11 libraries, for instance on Mac OS X. Thanks to Scott Atchley and Pierre Ramet for reporting the issue. + hwloc-annotate, hwloc-diff and hwloc-patch do not drop unavailable resources from the output anymore and those may be annotated as well. + Command-line tools may now import XML from the standard input with -i -.xml + Add missing documentation for the hwloc-info --no-icaches option.
Diffstat (limited to 'parallel')
-rw-r--r--parallel/hwloc/Makefile10
-rw-r--r--parallel/hwloc/distinfo10
2 files changed, 8 insertions, 12 deletions
diff --git a/parallel/hwloc/Makefile b/parallel/hwloc/Makefile
index 61ee41b974c..d9a2138d245 100644
--- a/parallel/hwloc/Makefile
+++ b/parallel/hwloc/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:16 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/11/14 17:12:35 asau Exp $
-DISTNAME= hwloc-1.11.0
-PKGREVISION= 1
+DISTNAME= hwloc-1.11.1
CATEGORIES= parallel
MASTER_SITES= http://www.open-mpi.org/software/hwloc/v1.11/downloads/
@@ -11,15 +10,12 @@ COMMENT= Portable Hardware Locality
LICENSE= modified-bsd
USE_LIBTOOL= yes
-USE_TOOLS+= aclocal automake autoconf autoreconf pkg-config
+USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-picky
TEST_TARGET= check
-pre-configure:
- cd ${WRKSRC} && autoreconf -ivf
-
# libpci??
#.include "../../graphics/cairo/buildlink3.mk" # optional
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/parallel/hwloc/distinfo b/parallel/hwloc/distinfo
index 2e1c97e8d63..5dc87549c73 100644
--- a/parallel/hwloc/distinfo
+++ b/parallel/hwloc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/02 23:46:12 agc Exp $
+$NetBSD: distinfo,v 1.9 2015/11/14 17:12:35 asau Exp $
-SHA1 (hwloc-1.11.0.tar.gz) = ef23a4b451fce4ff8e231caec095f3da94f7d40d
-RMD160 (hwloc-1.11.0.tar.gz) = 4db1bccbf3888a08354cffeefe63f3da6cc02334
-SHA512 (hwloc-1.11.0.tar.gz) = ede26fcc6bd32999766e30d62ec1001f6aaaa7bb811deac950dc15d9d7c8495e40ee5b82f691e7c8ad3b80e8f61fc0e8dd75666c5f0f5a9026a2aeb423ef74fd
-Size (hwloc-1.11.0.tar.gz) = 4392313 bytes
+SHA1 (hwloc-1.11.1.tar.gz) = e748a103ab9b47399e75955bff93cdccf58cbf77
+RMD160 (hwloc-1.11.1.tar.gz) = 74d8404cff820f1f528a8b47ec20f2043cc7e23e
+SHA512 (hwloc-1.11.1.tar.gz) = e14f588026e548c82a7f8855ba9fc5c605e300f358e6662fd75b702187963074ee48e98109aa05847d13d451348b2778573988f841d9159033076ada5cd025f6
+Size (hwloc-1.11.1.tar.gz) = 4334074 bytes