Fri Dec 11 03:58:37 2009 UTC ()
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


(asau)
diff -r1.1.1.1 -r1.2 pkgsrc/parallel/openpa/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/parallel/openpa/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/parallel/openpa/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/parallel/openpa/Makefile (expand / switch to context diff)
--- pkgsrc/parallel/openpa/Makefile 2009/10/23 21:57:20 1.1.1.1
+++ pkgsrc/parallel/openpa/Makefile 2009/12/11 03:58:37 1.2
@@ -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/
 

cvs diff -r1.1.1.1 -r1.2 pkgsrc/parallel/openpa/PLIST (expand / switch to context diff)
--- pkgsrc/parallel/openpa/PLIST 2009/10/23 21:57:20 1.1.1.1
+++ pkgsrc/parallel/openpa/PLIST 2009/12/11 03:58:37 1.2
@@ -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_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

cvs diff -r1.1.1.1 -r1.2 pkgsrc/parallel/openpa/distinfo (expand / switch to context diff)
--- pkgsrc/parallel/openpa/distinfo 2009/10/23 21:57:20 1.1.1.1
+++ pkgsrc/parallel/openpa/distinfo 2009/12/11 03:58:37 1.2
@@ -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
+SHA1 (openpa-1.0.2.tar.gz) = bb632de1976a06baed3450b2306b1c1bb7695cb5
-RMD160 (openpa-1.0.1.tar.gz) = 5777225663b591d34951e62d569d79f47f47b8d1
+RMD160 (openpa-1.0.2.tar.gz) = 016564a02a0559d75edc09e8ca5ce3bdcdca1228
-Size (openpa-1.0.1.tar.gz) = 117211 bytes
+Size (openpa-1.0.2.tar.gz) = 126362 bytes