[superlu-dist] 03/05: debian/rules: deactivate OMPI_MCA_plm_rsh_agent
Drew Parsons
dparsons at moszumanska.debian.org
Fri Nov 17 07:42:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to tag debian/5.2.2+dfsg1-3
in repository superlu-dist.
commit d0fe4e686d20befefeb8892b03869f17e2494c9b
Author: Drew Parsons <dparsons at debian.org>
Date: Fri Nov 17 15:06:18 2017 +0800
debian/rules: deactivate OMPI_MCA_plm_rsh_agent
to allow OpenMPI build tests to run.
---
debian/changelog | 2 ++
debian/rules | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8027c99..61bf65c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ superlu-dist (5.2.2+dfsg1-3) UNRELEASED; urgency=medium
* Team upload.
* Activate "Parmetis" support via Scotch emulation.
* Build-Depends: mpi-default-bin, to provide mpiexec for build tests.
+ * debian/rules: deactivate OMPI_MCA_plm_rsh_agent to allow OpenMPI
+ build-time tests to run.
-- Drew Parsons <dparsons at debian.org> Fri, 17 Nov 2017 01:33:07 +0800
diff --git a/debian/rules b/debian/rules
index ab1fc8a..38db87a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+# Allow test programs that use OpenMPI to run
+export OMPI_MCA_plm_rsh_agent=/bin/false
+
%:
dh $@ --buildsystem=cmake --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/superlu-dist.git
More information about the debian-science-commits
mailing list