r36623 - in /packages/life/trunk/debian/patches: compil.patch series

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Sat Jun 5 09:42:21 UTC 2010


Author: prudhomm
Date: Sat Jun  5 09:42:13 2010
New Revision: 36623

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36623
Log:
added patch for compilaiton

Added:
    packages/life/trunk/debian/patches/compil.patch
Modified:
    packages/life/trunk/debian/patches/series

Added: packages/life/trunk/debian/patches/compil.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/life/trunk/debian/patches/compil.patch?rev=36623&op=file
==============================================================================
--- packages/life/trunk/debian/patches/compil.patch (added)
+++ packages/life/trunk/debian/patches/compil.patch Sat Jun  5 09:42:13 2010
@@ -1,0 +1,13 @@
+Index: life-0.9.24/CMakeLists.txt
+===================================================================
+--- life-0.9.24.orig/CMakeLists.txt	2010-06-05 11:37:24.000000000 +0200
++++ life-0.9.24/CMakeLists.txt	2010-06-05 11:37:30.000000000 +0200
+@@ -2,7 +2,7 @@
+ 
+ SET(CMAKE_CXX_FLAGS "-std=c++0x" CACHE STRING "Default flags" FORCE)
+ SET(CMAKE_CXX_FLAGS_DEBUG "-std=c++0x -g" CACHE STRING "Debug flags" FORCE)
+-SET(CMAKE_CXX_FLAGS_RELEASE "-std=c++0x -O3 -DNDEBUG" CACHE STRING "Release flags" FORCE)
++SET(CMAKE_CXX_FLAGS_RELEASE "-std=c++0x -O2 -DNDEBUG" CACHE STRING "Release flags" FORCE)
+ 
+ 
+ LIST(REMOVE_DUPLICATES CMAKE_CXX_FLAGS)

Modified: packages/life/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/life/trunk/debian/patches/series?rev=36623&op=diff
==============================================================================
--- packages/life/trunk/debian/patches/series (original)
+++ packages/life/trunk/debian/patches/series Sat Jun  5 09:42:13 2010
@@ -1,1 +1,1 @@
-
+compil.patch




More information about the debian-science-commits mailing list