This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository hdf5.
commit 84c3691d27e6073cf8158591e26a771337e4ebd6 Author: Gilles Filippini <[email protected]> Date: Mon Dec 5 09:26:44 2016 +0100 Enable openmpi flavor on hppa --- debian/changelog | 6 ++++++ debian/rules | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 06271e9..9086b46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hdf5 (1.10.0-patch1+docs-3) UNRELEASED; urgency=medium + + * Enable openmpi flavor on hppa (closes: #833457) + + -- Gilles Filippini <[email protected]> Sun, 04 Dec 2016 14:58:27 +0100 + hdf5 (1.10.0-patch1+docs-2) unstable; urgency=medium * Don't build the java wrapper library on hppa and hurd-i386 where diff --git a/debian/rules b/debian/rules index 6122b04..ad84f79 100755 --- a/debian/rules +++ b/debian/rules @@ -60,8 +60,8 @@ DEFAULT_MPI=$(ARCH_DEFAULT_MPI_IMPL) # Setting empty OMPIARCHS and MPICHARCHS environment variables disables # the related mpi targets # -# openmpi broken on archs hppa m68k sh4 (2016-02-24) -OMPIARCHS?=any !hppa !m68k !sh4 +# openmpi broken on archs m68k sh4 (2016-12-04) +OMPIARCHS?=any !m68k !sh4 MPICHARCHS?=any # BEGIN - Construct the FLAVORS list for current arch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

