[pkg-boost-commits] r14450 - boost/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Sun Jun 21 19:30:13 UTC 2009


Author: smr
Date: 2009-06-21 19:30:11 +0000 (Sun, 21 Jun 2009)
New Revision: 14450

Modified:
   boost/trunk/debian/rules
Log:
Setting OMPI_MCA_disable_memory_allocator=1 is only required for openmpi 1.3.2-2.1; note that it can be removed when that version of openmpi is gone.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2009-06-19 02:08:01 UTC (rev 14449)
+++ boost/trunk/debian/rules	2009-06-21 19:30:11 UTC (rev 14450)
@@ -5,7 +5,8 @@
 export DH_OPTIONS
 
 # Fix for mpicc.openmpi segfaulting under fakeroot; see #531415
-# This can be removed when fakeroot does this itself.
+# This can be removed when openmpi version 1.3.2-2.1 is gone 
+# from the archive.
 export OMPI_MCA_disable_memory_allocator=1
 
 # set the number of build jobs




More information about the pkg-boost-commits mailing list