r44655 - in /packages/feel++/trunk/debian: changelog rules
prudhomm at users.alioth.debian.org
prudhomm at users.alioth.debian.org
Wed Apr 4 09:17:07 UTC 2012
Author: prudhomm
Date: Wed Apr 4 09:17:06 2012
New Revision: 44655
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44655
Log:
simplify, nowsparc port works
Modified:
packages/feel++/trunk/debian/changelog
packages/feel++/trunk/debian/rules
Modified: packages/feel++/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B/trunk/debian/changelog?rev=44655&op=diff
==============================================================================
--- packages/feel++/trunk/debian/changelog (original)
+++ packages/feel++/trunk/debian/changelog Wed Apr 4 09:17:06 2012
@@ -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)
Modified: packages/feel++/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B/trunk/debian/rules?rev=44655&op=diff
==============================================================================
--- packages/feel++/trunk/debian/rules (original)
+++ packages/feel++/trunk/debian/rules Wed Apr 4 09:17:06 2012
@@ -20,12 +20,6 @@
-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 @@
-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 \
More information about the debian-science-commits
mailing list