[mpich] 19/20: reverse romio check
Alastair McKinstry
mckinstry at moszumanska.debian.org
Sun Sep 24 16:25:12 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 e2e7cc08e5e9e3f46331f3dfa41fd13b2f5263d5
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sun Sep 24 16:30:48 2017 +0100
reverse romio check
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 17ea9ef..bdb3eaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ NO_VERBS_ARCH:= hurd-i386 kfreebsd-amd64 kfreebsd-i386 s390x
FABRIC_ARCH:= amd64 i386
BUILTIN_ATOMICS:= armhf
-ifeq (,$(findstring " $(DEB_HOST_ARCH)",$(NO_ROMIO_ARCH)))
+ifneq (,$(findstring " $(DEB_HOST_ARCH)",$(NO_ROMIO_ARCH)))
VERBS := --disable-romio
endif
ifneq (,$(findstring " $(DEB_HOST_ARCH)",$(NO_VERBS_ARCH)))
--
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