From 5954f4cff2c77531f7a5deee50af988d89cbac77 Mon Sep 17 00:00:00 2001 From: asau Date: Fri, 11 Dec 2009 03:58:37 +0000 Subject: Update to OpenPA 1.0.2. New in OpenPA v1.0.2: Major Changes: * Add support for 64-bit PPC. * Static initializer macros for OPA types. balaji (1): * Fix pthread_mutex usage for inter-process shared memory regions. buntinas (1): * added OPA typedef for pthread_mutex_t fortnern (4): * Add more tests for compare-and-swap. * Add integer compare-and-swap fairness test. * Add pointer version of compare-and-swap fairness test. * Added configure test for pthread_yield. goodell (6): * Fix bad include guard in the opa_by_lock.h header. * Add new "unsafe" primitives. Also minor updates to the docs. * Add support for 64-bit PPC. * Update README to reflect 64-bit PPC support. * Add static initializer macros for OPA_int_t/OPA_ptr_t. * Actually include the COPYRIGHT and CHANGELOG files in the distribution. jayesh (1): * Fixed compiler warnings in NT intrinsics. Now type casting the arguments to NT intrinsics correctly --- parallel/openpa/Makefile | 4 ++-- parallel/openpa/PLIST | 3 ++- parallel/openpa/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'parallel/openpa') diff --git a/parallel/openpa/Makefile b/parallel/openpa/Makefile index d67fa972b7a..89e416192a4 100644 --- a/parallel/openpa/Makefile +++ b/parallel/openpa/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $ +# $NetBSD: Makefile,v 1.2 2009/12/11 03:58:37 asau Exp $ -DISTNAME= openpa-1.0.1 +DISTNAME= openpa-1.0.2 CATEGORIES= parallel MASTER_SITES= http://trac.mcs.anl.gov/projects/openpa/raw-attachment/wiki/Downloads/ diff --git a/parallel/openpa/PLIST b/parallel/openpa/PLIST index e2bdda77dba..fc0ead0cb08 100644 --- a/parallel/openpa/PLIST +++ b/parallel/openpa/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/12/11 03:58:37 asau Exp $ include/opa_config.h include/opa_primitives.h include/opa_queue.h @@ -16,5 +16,6 @@ include/primitives/opa_gcc_ppc.h include/primitives/opa_gcc_sicortex.h include/primitives/opa_nt_intrinsics.h include/primitives/opa_sun_atomic_ops.h +include/primitives/opa_unsafe.h lib/libopa.a share/doc/openpa/README diff --git a/parallel/openpa/distinfo b/parallel/openpa/distinfo index ef93a06517a..bd37bb14d5d 100644 --- a/parallel/openpa/distinfo +++ b/parallel/openpa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $ +$NetBSD: distinfo,v 1.2 2009/12/11 03:58:37 asau Exp $ -SHA1 (openpa-1.0.1.tar.gz) = 0eebef95ede33d72dc9ddcfba584bb729766cb0e -RMD160 (openpa-1.0.1.tar.gz) = 5777225663b591d34951e62d569d79f47f47b8d1 -Size (openpa-1.0.1.tar.gz) = 117211 bytes +SHA1 (openpa-1.0.2.tar.gz) = bb632de1976a06baed3450b2306b1c1bb7695cb5 +RMD160 (openpa-1.0.2.tar.gz) = 016564a02a0559d75edc09e8ca5ce3bdcdca1228 +Size (openpa-1.0.2.tar.gz) = 126362 bytes -- cgit v1.2.3