[feel++] 97/122: simplify, nowsparc port works
Mattia Rizzolo
mattia at debian.org
Sun Feb 14 15:29:26 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 7b49e0af60898bf0dc94fa3671bf97dcca2aeea0
Author: Christophe Prudhomme <prudhomm at debian.org>
Date: Wed Apr 4 09:17:06 2012 +0000
simplify, nowsparc port works
---
debian/changelog | 18 ++++++++++++++++++
debian/rules | 7 -------
2 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 30e7997..0ba8a36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+feel++ (0.91.3-2) unstable; urgency=low
+
+ * debian/rules: remove sparc specific config
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Tue, 03 Apr 2012 10:05:33 +0200
+
+feel++ (0.91.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Tue, 03 Apr 2012 09:10:57 +0200
+
+feel++ (0.91.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Mon, 02 Apr 2012 23:32:28 +0200
+
feel++ (0.91.1-2) unstable; urgency=low
* Fix conflicting installation of cmake files (Closes: 664594)
diff --git a/debian/rules b/debian/rules
index cae21dd..dde1769 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,12 +20,6 @@ FEELPP_INSTALL_ENABLERS=-DBUILD_TESTING=OFF \
-DFEELPP_ENABLE_DOCUMENTATION=ON \
-DFEELPP_MINIMAL_CONFIGURATION=ON
-ifeq "$(DEB_BUILD_ARCH)" "sparc"
-FEELPP_MPI=-DMPI_COMPILER=/usr/bin/mpic++.lam \
- -DMPI_LIBRARY="MPI_LIBRARY-NOTFOUND"
-else
-FEELPP_MPI=
-endif
DEB_CMAKE_EXTRA_FLAGS= \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="-O2 -DNDEBUG -g0" \
@@ -38,7 +32,6 @@ DEB_CMAKE_EXTRA_FLAGS= \
-DFEELPP_ENABLE_TESTS=OFF \
-DFEELPP_ENABLE_EXAMPLES=OFF \
-DFEELPP_OPUS_ENABLE_EADS=ON \
- ${FEELPP_MPI} \
${FEELPP_INSTALL_ENABLERS} \
-DTRILINOS_LIB_NOXLAPACK= \
-DFEELPP_ENABLE_INSTANTIATION_MODE=OFF \
--
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