[mpich] 17/20: Disable romio on hurd-i386

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Sep 24 16:25:11 UTC 2017


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

mckinstry pushed a commit to branch master
in repository mpich.

commit a1649f4ce54364a36a3e9059736229fe62044a45
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun Sep 24 16:14:12 2017 +0100

    Disable romio on hurd-i386
---
 debian/changelog | 1 +
 debian/rules     | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3eb8f65..5b90b17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ mpich (3.3~a2-3) UNRELEASED; urgency=medium
   * mpich-doc now marked Multi-Arch: foreign
   * Set TZ=UTC+0 during build for reproducible font sorting
   * Enable libfabric, ibverbs on appropriate archs
+  * Disable romio on hurd-i386
 
  -- Alastair McKinstry <mckinstry at debian.org>  Sun, 13 Aug 2017 11:40:01 +0100
 
diff --git a/debian/rules b/debian/rules
index 700d500..8e116d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,10 +16,14 @@ export TZ=UTC+0
 # Keep old library naming scheme
 export MPILIBNAME=mpich
 
+NO_ROMIO_ARCH:= hurd-i386
 NO_VERBS_ARCH:= hurd-i386 kfreebsd-amd64 kfreebsd-i386 s390x
 FABRIC_ARCH:= amd64 i386 
 BUILTIN_ATOMICS:=
 
+ifeq (,$(findstring  " $(DEB_HOST_ARCH)",$(NO_ROMIO_ARCH)))
+	VERBS := --disable-romio
+endif
 ifneq (,$(findstring  " $(DEB_HOST_ARCH)",$(NO_VERBS_ARCH)))
 	VERBS := --with-ibverbs
 endif
@@ -31,7 +35,9 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),$(FABRIC_ARCH)))
 endif
 
 extra_flags += \
-	$(VERBS) $(FABRIC) \
+        $(ROMIO) \
+	$(VERBS) \
+	$(FABRIC) \
 	--enable-shared \
 	--prefix=/usr \
 	--enable-fortran=all \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mpich.git



More information about the debian-science-commits mailing list