[feel++] 91/122: fixed sparc build
Mattia Rizzolo
mattia at debian.org
Sun Feb 14 15:29:25 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 50035a2ca95f1ce07c9004bdbada42e437dab505
Author: Christophe Prudhomme <prudhomm at debian.org>
Date: Mon May 16 21:17:40 2011 +0000
fixed sparc build
---
debian/changelog | 6 ++++++
debian/rules | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 28cc737..18a4112 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+feel++ (0.91.0~svn7063-2) unstable; urgency=low
+
+ * debian/rules: re-enabled lam on sparc, hopefully fixing build on sparc
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Mon, 16 May 2011 22:47:47 +0200
+
feel++ (0.91.0~svn7063-1) unstable; urgency=low
* New upstream release
diff --git a/debian/rules b/debian/rules
index 824f336..cefabec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,8 +47,8 @@ FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_ALL=OFF \
endif
ifeq "$(DEB_BUILD_ARCH)" "sparc"
-#FEEL_MPI=-DMPI_COMPILER=/usr/bin/mpic++.lam \
-# -DMPI_LIBRARY="MPI_LIBRARY-NOTFOUND"
+FEEL_MPI=-DMPI_COMPILER=/usr/bin/mpic++.lam \
+ -DMPI_LIBRARY="MPI_LIBRARY-NOTFOUND"
FEEL_INSTALL_ENABLERS=-DFEEL_ENABLE_ALL=OFF \
-DBUILD_TESTING=OFF \
-DFEEL_MINIMAL_CONFIGURATION=ON
--
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