[Pkg-openmpi-commits] r171 - in /openmpi/trunk/debian: changelog patches/series patches/sparc_build

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Wed Mar 18 01:34:51 UTC 2009


Author: manuel
Date: Wed Mar 18 01:34:51 2009
New Revision: 171

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=171
Log:
Fixed build issues on Sparc.

Added:
    openmpi/trunk/debian/patches/sparc_build
Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/patches/series

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=171&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Wed Mar 18 01:34:51 2009
@@ -1,8 +1,9 @@
 openmpi (1.3-3) UNRELEASED; urgency=low
 
   * Fixed build issues on Alpha. (Closes: #510845, #517543)
-
- -- Manuel Prinz <manuel at debian.org>  Sun, 15 Mar 2009 22:26:01 +0100
+  * Fixed build issues on Sparc. (Closes: #519725)
+
+ -- Manuel Prinz <manuel at debian.org>  Wed, 18 Mar 2009 02:33:48 +0100
 
 openmpi (1.3-2) unstable; urgency=low
 

Modified: openmpi/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/series?rev=171&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/series (original)
+++ openmpi/trunk/debian/patches/series Wed Mar 18 01:34:51 2009
@@ -1,5 +1,8 @@
 # Fixes build issues on Alpha.
 alpha_build
+
+# Fixes build issues on Sparc.
+sparc_build
 
 # Backport of SVN changesets 20317 and 20318. Will be in 1.3.1.
 # We do not seem to need it currently, as the changes on Alpha do not need

Added: openmpi/trunk/debian/patches/sparc_build
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/sparc_build?rev=171&op=file
==============================================================================
--- openmpi/trunk/debian/patches/sparc_build (added)
+++ openmpi/trunk/debian/patches/sparc_build Wed Mar 18 01:34:51 2009
@@ -1,0 +1,11 @@
+--- a/ompi/contrib/vt/vt/vtlib/vt_pform_linux.c
++++ b/ompi/contrib/vt/vt/vtlib/vt_pform_linux.c
+@@ -172,6 +172,8 @@
+     clock_value = __getReg(_IA64_REG_AR_ITC);
+ # elif defined(__alpha__)
+     asm volatile ("rpcc %0" : "=r" (clock_value));
++# elif defined(__sparc__)
++    asm ("rd %%tick, %0" : "=r" (clock_value));
+ # else
+     /* ... TSC */
+     {




More information about the Pkg-openmpi-commits mailing list