r46479 - /packages/gmsh-tetgen/trunk/debian/rules
trophime-guest at users.alioth.debian.org
trophime-guest at users.alioth.debian.org
Mon Jan 27 18:37:38 UTC 2014
Author: trophime-guest
Date: Mon Jan 27 18:37:37 2014
New Revision: 46479
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46479
Log:
fix running test
Modified:
packages/gmsh-tetgen/trunk/debian/rules
Modified: packages/gmsh-tetgen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/rules?rev=46479&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/rules (original)
+++ packages/gmsh-tetgen/trunk/debian/rules Mon Jan 27 18:37:37 2014
@@ -11,7 +11,8 @@
%:
dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --with python2 --with javahelper --parallel
-export OMPI_MCA_plm_orte_agent=/bin/false #workaround to start MPI-applications in chroot
+#export OMPI_MCA_plm_rsh_agent=/bin/false #workaround to start MPI-applications in chroot
+export OMPI_MCA_orte_rsh_agent=/bin/false #workaround to start MPI-applications in chroot
disable_mpi_archs = armel armhf kfreebsd-amd64 kfreebsd-i386 mips mipsel
export LD_LIBRARY_PATH := $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH):$(LD_LIBRARY_PATH);
More information about the debian-science-commits
mailing list