[feel++] 22/122: added patch for compilaiton

Mattia Rizzolo mattia at debian.org
Sun Feb 14 15:29:18 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 bfffafb3dffaccb9629279f2e4f81f8f9abfc56c
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Sat Jun 5 09:42:13 2010 +0000

    added patch for compilaiton
---
 debian/patches/compil.patch | 13 +++++++++++++
 debian/patches/series       |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/patches/compil.patch b/debian/patches/compil.patch
new file mode 100644
index 0000000..6ab9688
--- /dev/null
+++ b/debian/patches/compil.patch
@@ -0,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)
diff --git a/debian/patches/series b/debian/patches/series
index 8b13789..1800689 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-
+compil.patch

-- 
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