Date: Monday, March 21, 2011 @ 12:10:23 Author: stephane Revision: 115803
upgpkg: openmpi 1.5.3-2 Add memchecker support Modified: openmpi/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-21 16:06:51 UTC (rev 115802) +++ PKGBUILD 2011-03-21 16:10:23 UTC (rev 115803) @@ -2,7 +2,7 @@ # Maintainer: Stéphane Gaudreault <[email protected]> pkgname=openmpi pkgver=1.5.3 -pkgrel=1 +pkgrel=2 pkgdesc="High performance message passing library (MPI)" arch=('i686' 'x86_64') url="http://www.open-mpi.org" @@ -24,6 +24,8 @@ --enable-mpi-threads \ --enable-smp-locks \ --with-valgrind \ + --enable-memchecker \ + --enable-debug \ --enable-pretty-print-stacktrace \ --without-slurm \ --with-hwloc=external \
