[hdf5] 01/02: Don't support openmpi on hppa m68k sh4

Gilles Filippini pini at debian.org
Wed Feb 24 17:51:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository hdf5.

commit c7051a5eeb0941ff519a0f6be31f6eecefbab7e1
Author: Gilles Filippini <pini at debian.org>
Date:   Wed Feb 24 17:55:05 2016 +0100

    Don't support openmpi on hppa m68k sh4
    
    openmpi seems broken on these archs.
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 419d961..45eaf59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hdf5 (1.8.16+docs-6) UNRELEASED; urgency=medium
+
+  * Don't support openmpi on archs where it is broken: [!hppa !m68k !sh4]
+
+ -- Gilles Filippini <pini at debian.org>  Wed, 24 Feb 2016 17:48:51 +0100
+
 hdf5 (1.8.16+docs-5) unstable; urgency=medium
 
   * Build -doc package only on archs where php5-cli is available:
diff --git a/debian/rules b/debian/rules
index 9494e82..4132de8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,8 +54,8 @@ DEFAULT_MPI=$(ARCH_DEFAULT_MPI_IMPL)
 # the related mpi targets
 #
 ARCH_FLAG=-a
-# openmpi build fails on arch m68k (2016-02-19)
-OMPIARCHS?=any !m68k
+# openmpi broken on archs hppa m68k sh4 (2016-02-24)
+OMPIARCHS?=any !hppa !m68k !sh4
 MPICHARCHS?=any
 
 # To build for $arch there must be either "any" or "$arch" and no "!$arch"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git



More information about the Pkg-grass-devel mailing list