r36620 - in /packages/life/trunk/debian: changelog rules

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Sat Jun 5 09:14:37 UTC 2010


Author: prudhomm
Date: Sat Jun  5 09:14:22 2010
New Revision: 36620

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36620
Log:
try out with -O2 instead of -O3

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=36620&op=diff
==============================================================================
--- packages/life/trunk/debian/changelog (original)
+++ packages/life/trunk/debian/changelog Sat Jun  5 09:14:22 2010
@@ -1,3 +1,11 @@
+life (0.9.24-4) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * debian/rules: compile with -O2 instead of -O3 to reduce compilation
+    cost on some arch
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 05 Jun 2010 11:11:25 +0200
+
 life (0.9.24-3) 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=36620&op=diff
==============================================================================
--- packages/life/trunk/debian/rules (original)
+++ packages/life/trunk/debian/rules Sat Jun  5 09:14:22 2010
@@ -15,9 +15,11 @@
                       -DLIFE_MINIMAL_CONFIGURATION=ON      \
                       -DENABLE_INSTANTIATION_MODE=OFF
 else
-LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=ON 
+LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=ON
 endif
 DEB_CMAKE_EXTRA_FLAGS=                      \
+        -DCMAKE_CXX_FLAGS_RELEASE="-std=c++0x -O2 -DNDEBUG"\
+        -DCMAKE_C_FLAGS_RELEASE="-std=c++0x -O2 -DNDEBUG"\
         -DCMAKE_BUILD_TYPE=Release          \
 	-DPETSC_ARCH=linux-gnu-c-opt        \
 	-DPETSC_DIR=/usr/lib/petscdir/3.0.0 \




More information about the debian-science-commits mailing list