r36632 - in /packages/life/trunk/debian: changelog rules
prudhomm at users.alioth.debian.org
prudhomm at users.alioth.debian.org
Thu Jun 10 06:33:30 UTC 2010
Author: prudhomm
Date: Thu Jun 10 06:33:22 2010
New Revision: 36632
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36632
Log:
fixes for lam on sparc
Modified:
packages/life/trunk/debian/changelog
packages/life/trunk/debian/rules
Modified: packages/life/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/life/trunk/debian/changelog?rev=36632&op=diff
==============================================================================
--- packages/life/trunk/debian/changelog (original)
+++ packages/life/trunk/debian/changelog Thu Jun 10 06:33:22 2010
@@ -1,3 +1,12 @@
+life (0.9.24-7) unstable; urgency=low
+
+ [Christophe Prud'homme]
+ * debian/rules: change mpicxx to mpic++.lam as mpicxx doesn't exist for
+ lam and we need to enforce lam on sparc which should be the default
+ mpi implementation but in practice it is openmpi if it is installed.
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Thu, 10 Jun 2010 08:02:42 +0200
+
life (0.9.24-6) unstable; urgency=low
[Christophe Prud'homme]
Modified: packages/life/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/life/trunk/debian/rules?rev=36632&op=diff
==============================================================================
--- packages/life/trunk/debian/rules (original)
+++ packages/life/trunk/debian/rules Thu Jun 10 06:33:22 2010
@@ -20,7 +20,7 @@
LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=ON
endif
ifeq "$(DEB_BUILD_ARCH)" "sparc"
-LIFE_MPI=-DMPI_COMPILER=/usr/bin/mpicxx \
+LIFE_MPI=-DMPI_COMPILER=/usr/bin/mpic++.lam \
-DMPI_LIBRARY="MPI_LIBRARY-NOTFOUND"
else
LIFE_MPI=
More information about the debian-science-commits
mailing list