Package: openmpi Version: 1.6.5-1 Severity: wishlist Tags: patch Dear Maintainer,
please consider the attached lightly tested patch, which enables the (granted, apparently very limited) test suite of openmpi. Cheers, Michael -- System Information: Debian Release: 7.1 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.6-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- ./debian/rules.orig 2013-08-16 17:13:23.730134662 +0200 +++ ./debian/rules 2013-08-16 15:52:28.751912365 +0200 @@ -98,3 +98,4 @@ dh_strip --dbg-package=libopenmpi1.6-dbg override_dh_auto_test: + -cd test && $(MAKE) check

