[adios] 08/13: Fix for openmpi1.10 transition. Closes: #813724.
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Mar 1 11:42:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to tag debian/1.9.0-8
in repository adios.
commit c49bcf8d57a9b4e051af1fc4ffb4c365a5f2bf6d
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Feb 3 21:10:30 2016 +0000
Fix for openmpi1.10 transition. Closes: #813724.
---
debian/changelog | 4 ++--
debian/rules | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a11e15b..86f0727 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-adios (1.9.0-7) UNRELEASED; urgency=medium
+adios (1.9.0-7) unstable; urgency=medium
- * Fix for openmpi1.10 transition
+ * Fix for openmpi1.10 transition. Closes: #813724.
-- Alastair McKinstry <mckinstry at debian.org> Mon, 01 Feb 2016 19:44:05 +0000
diff --git a/debian/rules b/debian/rules
index 0ab6039..4a23607 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ endif
endif
ifeq ($(MPI), openmpi)
-MPI_LIBS:= $$(pkg-config mpi-fort --libs)
+MPI_LIBS:= $(pkg-config mpi-fort --libs)
endif
ifeq ($(ARCH),s390x)
MPI_LIBS:= -Wl,-z,relro -lmpich -lopa -lmpl -lrt -lpthread
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git
More information about the debian-science-commits
mailing list