[Pkg-openmpi-commits] r231 - in /openmpi/trunk/debian: changelog rules

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Mon Feb 8 16:39:06 UTC 2010


Author: manuel
Date: Mon Feb  8 16:39:06 2010
New Revision: 231

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=231
Log:
Compile with support for heterogeneous environments

Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=231&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Mon Feb  8 16:39:06 2010
@@ -16,8 +16,9 @@
   * Changed .install files to match soname bumps. The soname bumps were
     introduced by upstream to follow the libtool versioning guidelines.
     The ABI did not change and recompilations of rdepends are not needed.
-
- -- Manuel Prinz <manuel at debian.org>  Fri, 15 Jan 2010 09:17:11 +0100
+  * Compile with support for heterogeneous environments.
+
+ -- Manuel Prinz <manuel at debian.org>  Mon, 08 Feb 2010 17:37:34 +0100
 
 openmpi (1.3.3-4) unstable; urgency=medium
 

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=231&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Mon Feb  8 16:39:06 2010
@@ -43,7 +43,8 @@
 			--sysconfdir=/etc/openmpi 		\
 			--libdir=\$${prefix}/lib/openmpi/lib	\
 			--includedir=\$${prefix}/lib/openmpi/include	\
-			--with-devel-headers
+			--with-devel-headers \
+			--enable-heterogeneous
 
 # Thread support disabled because it's broken, see bug #435581
 #                       --enable-mpi-threads                    \




More information about the Pkg-openmpi-commits mailing list