[SCM] Command-line driven interactive plotting program branch, master, updated. debian/0_20120508.git5719ce8-1_exp1-6-g536b828

Anton Gladky gladky.anton at gmail.com
Wed Feb 27 19:02:48 UTC 2013


The following commit has been merged in the master branch:
commit eb7afa03765325fde35e707d2e8837afc6a44c4a
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Feb 27 19:46:19 2013 +0100

    Remove hardcoded buildflags.

diff --git a/debian/patches/remove_hardcoded_buildflags.patch b/debian/patches/remove_hardcoded_buildflags.patch
new file mode 100644
index 0000000..3f3b838
--- /dev/null
+++ b/debian/patches/remove_hardcoded_buildflags.patch
@@ -0,0 +1,25 @@
+Description: remove hardcoded buildflags 
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2012-02-27
+
+--- gnuplot-iostream-0~20120508.git5719ce8.orig/CMakeLists.txt
++++ gnuplot-iostream-0~20120508.git5719ce8/CMakeLists.txt
+@@ -9,7 +9,7 @@ find_package(Blitz)
+ 
+ # TODO
+ # what Boost version do we rely on?
+-find_package(Boost 1.35 COMPONENTS iostreams system filesystem REQUIRED)
++find_package(Boost COMPONENTS iostreams system filesystem REQUIRED)
+ include_directories(${Boost_INCLUDE_DIR})
+ 
+ include(CheckFunctionExists)
+@@ -18,9 +18,6 @@ include(CheckFunctionExists)
+ set(CMAKE_REQUIRED_LIBRARIES ${Boost_LIBRARIES} util)
+ check_function_exists(openpty HAVE_OPENPTY)
+ 
+-# common flags
+-SET(CMAKE_CXX_FLAGS "-Wall -Wextra -O0 -g")
+-
+ #add_library(gnuplot-iostream SHARED gnuplot-iostream.cc)
+ ## util is for openpty
+ #target_link_libraries(gnuplot-iostream ${Boost_LIBRARIES} ${CMAKE_REQUIRED_LIBRARIES})
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d51a527
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_hardcoded_buildflags.patch

-- 
Command-line driven interactive plotting program



More information about the debian-science-commits mailing list