r44899 - in /packages/pastix/trunk/debian: control rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu May 24 13:53:52 UTC 2012


Author: trophime-guest
Date: Thu May 24 13:53:52 2012
New Revision: 44899

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44899
Log:
some fix to get pdebuild working

Modified:
    packages/pastix/trunk/debian/control
    packages/pastix/trunk/debian/rules

Modified: packages/pastix/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/pastix/trunk/debian/control?rev=44899&op=diff
==============================================================================
--- packages/pastix/trunk/debian/control (original)
+++ packages/pastix/trunk/debian/control Thu May 24 13:53:52 2012
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Pierre Saramito <pierre.saramito at imag.fr>,
  Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
-Build-Depends: debhelper (>= 7.0.50~), quilt, mpi-default-dev,
+Build-Depends: debhelper (>= 7.0.50~), quilt, mpi-default-dev, gfortran,
  libscotch-dev, libptscotch-dev (>= 5.1.7.dfsg-4) | libparmetis-dev, 
  libblas-dev | libblas-3gf.so,
  texlive-latex-base

Modified: packages/pastix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/pastix/trunk/debian/rules?rev=44899&op=diff
==============================================================================
--- packages/pastix/trunk/debian/rules (original)
+++ packages/pastix/trunk/debian/rules Thu May 24 13:53:52 2012
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+
+export OMPI_MCA_plm_rsh_agent=/bin/false                #workaround to start MPI-applications in chroot
 
 ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),)
 	export DEB_BUILD_OPTIONS+=parallel=$(shell getconf _NPROCESSORS_ONLN)




More information about the debian-science-commits mailing list