[xmds2] 09/10: Allow building the package inside a chroot

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Jan 7 08:30:21 UTC 2014


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

rlaboiss-guest pushed a commit to branch master
in repository xmds2.

commit b905574a211c63ff7c8f1ab2c56a63c4bed42826
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Tue Jan 7 03:20:00 2014 +0100

    Allow building the package inside a chroot
    
    This trick was taken from:
    https://lists.debian.org/debian-science/2012/03/msg00005.html
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 3e67c09..88a9309 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_auto_test:
 	  export PATH=$$(pwd)/bin-test:$$PATH ;		\
 	  export XMDS_USER_DATA=$(XMDS_USER_DATA) ;	\
 	  unset CXXFLAGS ; export CXXFLAGS ; 		\
+          export OMPI_MCA_plm_rsh_agent=/bin/false ;	\
 	  mkdir bin-test ;				\
 	  install -m 755 bin/* bin-test ; 		\
 	  xmds2 --reconfigure ;				\

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



More information about the debian-science-commits mailing list