[feel++] 28/122: fixes for lam on sparc
Mattia Rizzolo
mattia at debian.org
Sun Feb 14 15:29:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository feel++.
commit cf014d94e46cca89d39a7152aa7abfde151a01d9
Author: Christophe Prudhomme <prudhomm at debian.org>
Date: Thu Jun 10 06:33:22 2010 +0000
fixes for lam on sparc
---
debian/changelog | 9 +++++++++
debian/rules | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2f1e72e..7451c83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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]
diff --git a/debian/rules b/debian/rules
index bdb5949..1e3c017 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ else
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=
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git
More information about the debian-science-commits
mailing list